[skip ci] Update linux packaging instructions

presentation
Bryan Tan 6 years ago committed by GitHub
parent b8daf71a0b
commit 9c4d134d0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      readme/LinuxBuild.md

@ -77,6 +77,12 @@ The binary executable will be placed in the `build/src/` subdirectory.
### Creating Packages for Package Managers
Please ensure that the `translations` target has been built before
attempting to generate any package.
```bash
cmake --build . --target translations
```
After compilation, select which packages you want to generate (see the relevant
sections below) and then run the `package` target. The generated packages will
be located in `build/packages`. For example:
@ -139,7 +145,7 @@ You can also build your local clone of Xournal++ by changing the source type to
__We highly discourage installation from source__, as it may lead to issues when
upgrading to newer versions later on. Please think about creating a native
package, an AppImage or Flatpak instead. Instructions are below.
package, an AppImage or Flatpak instead. Instructions are above.
If you don't want to make a package, you can install Xournal++ into your user
folder (or any other folder) by specifying `CMAKE_INSTALL_PREFIX`:

Loading…
Cancel
Save