yacreader/build_scripts/ubuntu_22.04
Luis Ángel San Martín 60413d9c9f Update the script for building in Ubuntu 24.04
It builds now 7z.so with rar support, so no codecs are needed at runtime, YACReader no longer loads separated codecs.
2024-09-22 17:22:30 +02:00
..
build.sh Add some scripts for building and install YACReader on Ubuntu 22 and 24 2024-09-08 12:25:14 +02:00
README.md Update the script for building in Ubuntu 24.04 2024-09-22 17:22:30 +02:00

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. The 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.