Installing AsciiDoc
-
Install the required packages. From the command line type:
sudo apt-get install autoconf mercurial
-
Download the required source files from Google Code mercurial repository. Type at the command line:
hg clone -r 8.6.5 https://asciidoc.googlecode.com/hg/ asciidoc-8.6.5
-
Execute these command from the command line:
cd asciidoc-8.6.5
autoconf
./configure
make
sudo make install