yacreader/INSTALL.txt
Luis Ángel San Martín f4e55729a2 fixed comiplation in Linux (Ubuntu)
line 117: #define _WIN64 1
must be removed in ./compressed_archive/libp7zip/CPP/myWindows/StdAfx.h

"cannot find -lpulse" compiling under Qt 5.0.2 can be fixed creating a symbolic link from libpulse.so.0 to libpulse.so (further research is needed)
2013-12-08 11:50:10 -08:00

33 lines
1.0 KiB
Plaintext

INSTALLATION GUIDE FOR LINUX USERS
**********************************
YACReader and YACReaderLibraries binaries are compiled under Ubuntu 12.04 and have been tested under Ubuntu 13.04.
Install the following packages:
sudo apt-get install libpoppler-qt4-dev
sudo apt-get install phonon
sudo apt-get install libqt4-sql
sudo apt-get install libqt4-sql-sqlite
Create the following link:
for 64bit systems do:
sudo ln -s /usr/lib/x86_64-linux-gnu/libpoppler-qt4.so.4 /usr/lib/x86_64-linux-gnu/libpoppler-qt4.so.3
for 32bit systems do:
sudo ln -s /usr/lib/i386-linux-gnu/libpoppler-qt4.so.4 /usr/lib/i386-linux-gnu/libpoppler-qt4.so.3
YACReader has dependencies with several qt4 libs, the following qt4 libs should be installed in your system:
libqt4-core
libqt4-gui
libqt4-opengl
libqt4-network
libqt4-webkit
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