mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 21:14:33 -04:00
Add some scripts for building and install YACReader on Ubuntu 22 and 24
This commit is contained in:
6
build_scripts/ubuntu_22.04/README.md
Normal file
6
build_scripts/ubuntu_22.04/README.md
Normal file
@ -0,0 +1,6 @@
|
||||
## Ubuntu 22.04 build script
|
||||
You can use `build.sh` to build YACReader from scratch in `Ubuntu 22.04` with `7zip` (including `RAR5` support) and `poppler` (pdf). This build uses Qt5.
|
||||
|
||||
The script will create a folder next to it where all the downloads and building will happen, it will also install all the required dependencies. 7zip 23.01 is not available in `Ubuntu 22.04` so the script builds it and installs 7z.so in /usr/lib/7zip/. Once the scrip finishes succesfully `YACReader`, `YACReaderLibrary` and `YACReaderLibraryServer` should be installed in your system.
|
||||
|
||||
WARNIG: This doesn't work with the latest release (9.14), there is a bug and some of the code is still looking for the old p7zip library, you need to build from develop, to do so run: `build.sh develop`.
|
Reference in New Issue
Block a user