Skip to content
swordfischer edited this page Jan 23, 2011 · 11 revisions

Dependencies

Gentoo: dev-util/cmake media-libs/libpng
sys-libs/zlib
media-libs/freetype
dev-libs/boost In case I missed some, feel free to add.

First Clone

user@host ~ $ git clone http://github.com/udoprog/c10t.git
user@host ~ $ cd c10t
user@host ~/c10t/ $ cmake .
user@host ~/c10t/ $ make

Your c10t is now ready for use, and can be executed from the current directory with** ./c10t ** user@host ~/c10t/ $ ./c10t -w -o

Updating Clone

user@host ~ $ cd c10t
user@host ~/c10t/ $ git pull

Git will pull latest changes, if there are any user@host ~/c10t/ $ cmake . user@host ~/c10t/ $ make Your c10t is now ready for use, and can be executed from the current directory with** ./c10t **