Current version is 2.0.
View all files
Getting and building Animadead via CVS:
To get the latest CVS of Animadead, you can use the following commands:
cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/animadead login
# Hit <return> when prompted for a password
cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/animadead co -P animadead
cd animadead; ./autogen.sh; ./configure; make
# make install will install the library but not the demo.
# the demo will be built in the demo subdirectory.
You can also browse the web-based CVS repository.
|