From 9b726f719bc949985c7869f1f5414b8ea9c2495b Mon Sep 17 00:00:00 2001 From: Felix Kauselmann <2039670+selmf@users.noreply.github.com> Date: Tue, 22 Nov 2016 20:01:51 +0100 Subject: [PATCH] Document new flag in INSTALL.txt and update call for packagers --- INSTALL.txt | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/INSTALL.txt b/INSTALL.txt index 8bd13166..d222325f 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -78,12 +78,20 @@ INSTALL_ROOT="" On embedded devices that don't support desktop OpenGL, it is recommended to use the no_opengl config option: -qmake CONFIG+=no_opengl +qmake-qt5 CONFIG+=no_opengl This will remove any dependency on desktop OpenGL and hardlock YACReader's coverflow to software rendering. Please note that it doesn't actually remove OpenGL from the build, the Qt toolkit will still make use of it. +Pdf support can be disabled by using the no_pdf option: + +qmake-qt5 CONFIG+=no_pdf + +This also removes the need for the poppler-qt5 library to be installed. + DO YOU WANT TO HELP YACREADER? ****************************** -If you have experience creating packages, please help to create a package for your favourite Linux distro! Send me an e-mail to: info@yacreader.com +If you're compiling YACReader because there is no package available for your Linux distribution please consider creating and submitting a package. +While we do provide packages for .deb based distributions aus well as an AUR package for Archlinux we are in need of packagers especially for RPM based +distributions. If you are interested, please contact selmf on the YACReader forums or write an email to info@yacreader.com \ No newline at end of file