:: thoggen
Linux DVD backup made easy.


Latest: thoggen repository migrated to git (17 June 2009)

Index


This page




Getting the source code from the git repository

You can check out the latest thoggen source code from our git repository like this:

git clone git://thoggen.git.sourceforge.net/gitroot/thoggen/thoggen

This will create a new directory called 'thoggen' in the current working directory and fetch the latest source code from the git repository.

Once you have the code checked out, you can keep up-to-date with the latest changes using the

git pull

command in the top-level thoggen source directory (where the configure.ac file is)

If you have problems accessing the git server, please check the SourceForge Site Status Page for any known problems first.

top


Building from git

Once you have checked out the code, change into the newly-created directory with the source code, which is called 'thoggen', and run

./autogen.sh

if everything goes alright, configure will finish and show further instructions with how to continue.

If you run into problems, please make sure that you have all the required libraries and dependencies installed. If you installed any of the required libraries from source code, make sure that the PKG_CONFIG_PATH environment variable is set correctly and includes the pkgconfig directory of your chosen prefix. If in doubt, try typing 'export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig' and then run ./configure again.

top


Browse repository

You can also browse the git repository online:

http://thoggen.git.sourceforge.net/git/gitweb.cgi?p=thoggen/thoggen

top


thoggen is powered by gstreamer logo

web design based on mark_olson's industrofunk design (don't blame him for the colours though).