The following platform specific packages are available:
-
Debian GNU/Linux
-
If you use Debian or a Debian based distribution there's an
AsciiDoc Debian package
available. Thanks to Fredrik Steen who
built and maintains the Debian AsciiDoc package.
-
Gentoo Linux
-
If you use Gentoo Linux there's a
Gentoo
AsciiDoc package available. Thanks to
Brandon Philips for writing the ebuild.
You can also install AsciiDoc from the following platform agnostic
distribution archives (also available, along with previous AsciiDoc
versions, at the SourceForge
http://sourceforge.net/projects/asciidoc/):
|
Use the asciidoc-7.0.0.zip ZIP archive if you're
installing on Microsoft Windows, the asciidoc-7.0.0.tar.gz tarball
contains symbolic links and is for installation on UNIX platforms
(Microsoft Windows does not support symbolic links). The ZIP archive
contains the same files as the asciidoc-7.0.0.tar.gz tarball but
there are a number of duplicated files (in lieu of symbolic links). |
-
asciidoc-7.0.0.tar.gz
-
A tarball distribution of the latest version of AsciiDoc.
To install the tarball distribution extract the tarball and read the
README file:
$ tar -xzf asciidoc-7.0.0.tar.gz
$ cd asciidoc-7.0.0
$ less README
-
asciidoc-7.0.0.zip
-
A Zip distribution of the latest version of AsciiDoc.
To install the zip formatted distribution just unzip the contents to a
new folder and read the README file:
$ mkdir asciidoc
$ cd asciidoc
$ unzip ../asciidoc-7.0.0.zip
$ less README
Copyright © 2002-2005 Stuart Rackham. Free use of AsciiDoc is
granted under the terms of the GNU General Public License (GPL).