The following commands are needed to install the latest development version of
Asymptote using git:
git clone https://github.com/vectorgraphics/asymptote cd asymptote ./autogen.sh ./configure make all make install
To compile without optimization
On Ubuntu systems, you may need to first install the required
dependencies:
apt-get build-dep asymptote