From c01e0c4db3dfe0cf33c7bbf5bcae724e938092ab Mon Sep 17 00:00:00 2001 From: Felix Kauselmann <2039670+selmf@users.noreply.github.com> Date: Wed, 18 Feb 2015 11:19:08 +0100 Subject: [PATCH] Update INSTALL.txt --- INSTALL.txt | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/INSTALL.txt b/INSTALL.txt index 8c65b479..55eef0b0 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -1,8 +1,3 @@ -INSTALLATION GUIDE FOR LINUX USERS (BINARY PACKAGE) -********************************** -YACReader and YACReaderLibraries binaries are compiled under Ubuntu 13.10 and uses Qt5 and libpoppler-qt5. - - COMPILATION GUIDE FOR LINUX/UNIX USERS ********************************** YACReader and YACReaderLibrary are build using qmake. To build and install the program, run: @@ -25,7 +20,13 @@ Default values: PREFIX=/usr 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 + +This will remove any dependency on desktop OpenGL. + DO YOU WANT TO HELP YACREADER? ****************************** -If you have experience creating packages, please help to create a package for your favourite distro! Send me an e-mail to: info@yacreader.com +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