descriptionStuffkeeper - Easy to use catelog program
homepage URLhttp://www.stuffkeeper.org
ownerQball@sarine.nl
last changeSun, 30 Aug 2015 09:22:17 +0000 (30 11:22 +0200)
content tags
add:
README
License
=======
As I am no license expert, stuffkeeper is released under the latest version of GPL. (version 3, see COPYING).
If this causes problems, let me know.

Requirments:
============
The following libraries and programs are required to compile stuffkeeper:
make
gcc
automake        >= 1.6
autoheader
aclocal
autoconf	>= 2.59
intltool        >= 0.21 
libtoool
glib-2.0        >= 2.16
gtk+-2.0        >= 2.12
gmodule-2.0
libglade-2.0
sqlite3
gio-2.0
ghtread-2.0
gob2            >= 2.0.10
valac           >= 0.9.1
libsqlite3
libunique
libgpgme11

Installing requirements on Debian/Ubuntu:
-----------------------------------------

    sudo apt-get install autoconf automake libtool intltool
    libglib2.0-dev libgtk2.0-dev libglade2-dev libsqlite3-dev
    libunique-dev gob2 valac libgpgme11-dev

Double check the version of valac. As of this writing (17 Dec 2010),
you need valac from experimental or maverick.

Compile options:
================
The following options are available, they are available for debuggin purpose only.
--enable-debug  Outputs extra debug information.
--enable-timing Outputs timing information.

Compiling:
==========
Release
-------
./configure <compile options>
make
make install

Git
---
./autogen.sh <compile options>
make
make install

Contact
=======
e-mail:	         qball_AT_stuffkeeper.org
website:         http://stuffkeeper.org
bugtracker:      http://bugtracker.sarine.nl/
shortlog
2015-08-30 QCUpdate called vala api.master
2014-12-14 Dave DavenportFix randomly not loading of plugins.
2014-12-14 Dave DavenportUpdate copyright year.
2014-12-13 QCRemove the GPGME stuff.
2012-08-02 Martijn KoedamAdd libm check.
2011-10-30 Qball CowUpdate glade file, fix few keybindings.
2011-07-16 Qball CowAdd missing signal block, causing corruption when havin...
2011-07-07 Qball CowRemove old data from stuffkeeper.ui
2011-07-07 Qball CowRemove debug.c/h
2011-07-05 Qball CowMove complete interface to GtkBuilder.
2011-07-05 Qball CowMove export schema to GtkBuilder.
2011-07-05 Qball CowMove edit-search dialog to GtkBuilder.
2011-07-05 Qball CowMove export html window to GtkBuilder.
2011-07-05 Qball CowMove backup dialog to GtkBuilder.
2011-07-05 Qball CowMove edit-schema to GtkBuilder.
2011-07-04 Qball CowImprove glade.
...
tags
14 years ago 0.12.0
15 years ago 0.11.2
15 years ago 0.11.1
15 years ago 0.11.0
16 years ago 0.10.0
16 years ago 0.09
16 years ago 0.08
16 years ago 0.07
heads
8 years ago master