grim/glibre

removed the dev extra version for the release
0.0.1
2010-07-25, Gary Kramlich
9315cb5b8c8c
removed the dev extra version for the release
Dependencies
============
glibre depends on:
glib-2.0 >= 2.16.0
gtk+-2.0 >= 2.16
gdl >= 2.30.0
All of these packages and there development headers need to be installed
prior to building glibre.
Building
========
glibre uses CMake (http://www.cmake.org) as it's build system. As such
compiling is a little bit different than your typical ./configure, make,
sudo make install. But not by much. To compile glibre you need run the
following commands:
cmake .
make
sudo make install
If you would like to create a packages, you can run following commands to make
source packages:
make package_source
To make binary packages, you can run:
make package
Right now this only creates a self-extracting tarball, but you can create a
debian package by running:
cpack -G DEB CPackConfig.cmake
This step will eventually be moved away when we're able to determine exactly
what packages we can build on the current platform.