Update called vala api.
[stuffkeeper.git] / README
blobdd333a420dddbab0a964b81be71d2a6f0a1c05ab
1 License
2 =======
3 As I am no license expert, stuffkeeper is released under the latest version of GPL. (version 3, see COPYING).
4 If this causes problems, let me know.
6 Requirments:
7 ============
8 The following libraries and programs are required to compile stuffkeeper:
9 make
10 gcc
11 automake        >= 1.6
12 autoheader
13 aclocal
14 autoconf        >= 2.59
15 intltool        >= 0.21 
16 libtoool
17 glib-2.0        >= 2.16
18 gtk+-2.0        >= 2.12
19 gmodule-2.0
20 libglade-2.0
21 sqlite3
22 gio-2.0
23 ghtread-2.0
24 gob2            >= 2.0.10
25 valac           >= 0.9.1
26 libsqlite3
27 libunique
28 libgpgme11
30 Installing requirements on Debian/Ubuntu:
31 -----------------------------------------
33     sudo apt-get install autoconf automake libtool intltool
34     libglib2.0-dev libgtk2.0-dev libglade2-dev libsqlite3-dev
35     libunique-dev gob2 valac libgpgme11-dev
37 Double check the version of valac. As of this writing (17 Dec 2010),
38 you need valac from experimental or maverick.
40 Compile options:
41 ================
42 The following options are available, they are available for debuggin purpose only.
43 --enable-debug  Outputs extra debug information.
44 --enable-timing Outputs timing information.
46 Compiling:
47 ==========
48 Release
49 -------
50 ./configure <compile options>
51 make
52 make install
54 Git
55 ---
56 ./autogen.sh <compile options>
57 make
58 make install
60 Contact
61 =======
62 e-mail:          qball_AT_stuffkeeper.org
63 website:         http://stuffkeeper.org
64 bugtracker:      http://bugtracker.sarine.nl/