Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Isuraeru

Pages: [1]
1
Development Deliberation / Steps for CS and CEL
« on: March 31, 2005, 01:12:46 pm »
Billy , try to download a fresh CVS copy of CS and CEL into your home path:
cvs -z9 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/crystal login
cvs -z9 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/crystal co CS
cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/cel login
cvs -z9 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/cel co cel
and then do this:
CS
./configure --enable-debug --enable-new-renderer
jam -j 4
export CRYSTAL=/path/to/CS
you test it with
./walktest -relight
if you don\'t have a video card that support OpenGL use
./walktest -video=software -relight
CEL
./configure --enable-new-renderer
jam -j 4
export CEL=/path/to/cel
./celtst
you can export the directories into variables or modify your .bashrc
And thats all.

Pages: [1]