Next: , Previous: Editing modes, Up: Installation



2.8 CVS

The following commands are needed to install the latest development version of Asymptote from CVS (when prompted for the CVS password, type enter):

cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/asymptote login
 
cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/asymptote co asymptote
cd asymptote-x.xx
./autogen.sh
wget http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/gc6.7.tar.gz
./configure
make all
make install

To compile without optimization, use the command make CFLAGS=-g.