KissCount/INSTALL
Grégory Soutadé 3eea053d54 * Goup/Ungroup initial work
* Add INSTALL file
* Adapt KissCount to new resolution
2010-09-22 21:02:29 +02:00

26 lines
372 B
Plaintext

** Dependencies for compilation (on Debian) **
libsqlite3-dev
libwxgtk2.8-dev
g++
make
** Compilation of extra libraries **
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