mirror of
https://github.com/YACReader/yacreader
synced 2025-05-28 03:10:27 -04:00
32 lines
1.2 KiB
Plaintext
32 lines
1.2 KiB
Plaintext
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:
|
|
|
|
qmake
|
|
make
|
|
make install
|
|
|
|
from the source dir. For seperate builds of YACReader or YACReaderLibrary, enter their respective subfolders and run the commands from there.
|
|
|
|
Build options:
|
|
---------------------
|
|
You can adjust the installation prefix as well als the path make install uses to install the files.
|
|
Use "qmake PREFIX=DIR" to configure YACReader for your systems default prefix (for example "/", "/usr", "/usr/local").
|
|
|
|
For packaging purposes, you can use "make install INSTALL_ROOT=DIR" to install to a different location than the prefix.
|
|
|
|
Default values:
|
|
|
|
PREFIX=/usr
|
|
INSTALL_ROOT=""
|
|
|
|
|
|
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
|