You are here:   ArielOrtiz.com > Software Design and Architecture > Installing AsciiDoc

Installing AsciiDoc

  1. Install the required packages. From the command line type:
  2. sudo apt-get install autoconf mercurial
  3. 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
  4. Execute these command from the command line:
    cd asciidoc-8.6.5
    
    autoconf
    
    ./configure
    
    make
    
    sudo make install
© 1996-2011 by Ariel Ortiz (ariel.ortiz@itesm.mx)
Made with Django | Licensed under Creative Commons | Valid HTML5 | Valid CSS