Add some scripts for building and install YACReader on Ubuntu 22 and 24

This commit is contained in:
Luis Ángel San Martín
2024-09-08 12:25:14 +02:00
parent 5715801616
commit a66d5d1cd7
4 changed files with 174 additions and 0 deletions

View File

@ -0,0 +1,6 @@
## Ubuntu 24.04 build script
You can use `build.sh` to build YACReader from scratch in `Ubuntu 24.04` with `7zip` (including `RAR5` support) and `poppler` (pdf). This build uses `Qt6`.
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. 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`.