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
|
|
|
|
2010-12-03 19:21:08 +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
|
|
|
|
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
|