asymptote: Git

 
 2.8 Git
 =======
 
 The following commands are needed to install the latest development
 version of 'Asymptote' using 'git':
 git clone http://github.com/vectorgraphics/asymptote
 
 cd asymptote
 ./autogen.sh
 ./configure
 make all
 make install
 
 To compile without optimization, use the command 'make CFLAGS=-g'.