Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 41ccc3b206824bb136a22fdbd1e55090 > files > 5

fontaine-0-3.svn39.fc15.i686.rpm

2010.06.02 by Nicolas Spalinger:

Compilation and installation instructions for fontaine
on a Debian/Ubuntu system.

Install the necessary toolchain:
sudo apt-get install build-essential

Install the dependencies:
sudo apt-get install cmake graphviz-dev graphviz libfreetype6-dev doxygen 

Compile in debug mode:
cmake . -DCMAKE_BUILD_TYPE=Debug
make

Install:
sudo make install

Uninstall:
sudo xarg rm < install_manifest.txt