Installation
On a freshly installed Ubuntu (jaunty) it should be sufficient to install these packages:
> sudo apt-get install libgtkmm-2.4-dev libglade-2.4-dev libmagick9-dev g++ libfreetype6-dev libxerces-c2-dev
You need libconfig. Please note: On Ubuntu there is a package called libconfig0-dev. You can _not_ use it.
> wget http://www.hyperrealm.com/libconfig/libconfig-1.3.2.tar.gz > tar xvzf libconfig-1.3.2.tar.gz > cd libconfig-1.3.2 > ./configure && make && make check && sudo make install
You need the Mac Ports and Xcode (≥ 3.1) in order to build gtkmm and related libraries. If you have installed it, you can start your terminal and run:
> sudo port install gtkmm libglademm libconfig-hr ImageMagick xercesc
There is a problem with compiling the plugins. It will be fixed asap.
Get sources for degate from download section and extract it.
> tar xvzf degate-0.0.5-src.tgz
Build it:
> cd degate-0.0.1-src > make clean > make opt