KissCount/INSTALL

35 lines
514 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 **
2011-03-06 17:20:42 +01:00
make clean
make
2011-03-06 17:20:42 +01:00
sudo make install
** Execution **
2011-03-06 17:20:42 +01:00
kc