Files
KissCount/INSTALL
T

34 lines
488 B
Plaintext
Raw Normal View History

2010-09-22 21:02:29 +02:00
** Dependencies for compilation (on Debian) **
libsqlite3-dev
libwxgtk2.8-dev
g++
make
2010-10-27 11:12:33 +02:00
gettext
2010-09-22 21:02:29 +02:00
2010-10-27 11:12:33 +02:00
Optionnal :
2010-11-10 18:36:19 +01:00
git
2010-10-27 11:12:33 +02:00
poeditor
php5
2010-09-22 21:02:29 +02:00
** Compilation of extra libraries **
2010-11-10 18:36:19 +01:00
lib is not included by default and must be downloaded into download section
2010-09-22 21:02:29 +02: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