[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
2.8 Subversion (SVN)
The following commands are needed to install the latest development version of
Asymptote
using Subversion:
svn co http://asymptote.svn.sourceforge.net/svnroot/asymptote/trunk/asymptote cd asymptote ./autogen.sh ./configure make all make install
To compile without optimization, use the command make CFLAGS=-g
.