diff --git a/.travis.yml b/.travis.yml index 0f560e2..3f4bde2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,8 +4,8 @@ compiler: # - clang # Fix me before_script: - # Installing yasm (needed for compiling vpx) and openal - - sudo apt-get -yq install yasm libopenal-dev libconfig-dev libalut-dev + # Installing yasm (needed for compiling vpx) and openal, asciidoc + - sudo apt-get -yq install yasm libopenal-dev libconfig-dev libalut-dev asciidoc # Installing libsodium, needed for toxcore - git clone https://github.com/jedisct1/libsodium.git libsodium - cd libsodium diff --git a/README.md b/README.md index a91f474..14085dc 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,9 @@ Toxic is a [Tox](https://tox.im)-based instant messenging client which formerly ##### Desktop notifications * [libnotify](https://developer.gnome.org/libnotify) (for Debian based systems, 'libnotify-dev') +##### Documentation +* [Asciidoc](http://asciidoc.org/index.html) Only required for building manpages. + ### Compiling 1. `cd build/` 2. `make PREFIX="/where/to/install"`