Next: Uninstall, Previous: Editing modes, Up: Installation [Contents][Index]
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, use the command make CFLAGS=-g.
On Ubuntu systems, you may need to first install the required
dependencies:
apt-get build-dep asymptote