/+junk/libgego

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/%2Bjunk/libgego
1 by Gustav Hartvigsson
* Initial code.
1
================================================================================
2
============================= LibGego ==========================================
3
================================================================================
4
5
A little library with a few helpful things for use in GObject based
6
applications.
7
8
BUILDING:
9
$ mkdir build
10
$ cd build
11
$ cmake ..
12
$ make
13
14
INSTALL:
15
TODO.