KissCount/INSTALL

35 lines
564 B
Plaintext
Raw Normal View History

** Dependencies for compilation (on Debian) **
libsqlite3-dev
libwxgtk2.8-dev
g++
make
gettext
Optionnal :
2010-11-10 18:36:19 +01:00
git
poeditor
php5
** Compilation of extra libraries **
2010-11-10 18:36:19 +01:00
lib is not included by default and must be downloaded http://indefero.soutade.fr/p/kisscount/downloads/
2010-12-11 09:51:44 +01:00
It must be decompressed beside "src" directory.
2010-11-10 18:36:19 +01:00
cd lib/wxsqlite3-1.9.9
./configure
make
cd -
cd lib/freechart
make # wxFreechart is already configured
cd -
** Compilation of KissCount **
make
** Execution **
export LD_LIBRARY_PATH=$PWD/lib/freechart/lib:$PWD/lib/wxsqlite3-1.9.9/lib/
./kc