From e117bd398538b261c0931d8b09d3d3667cb11d6d Mon Sep 17 00:00:00 2001 From: Loui Chang Date: Thu, 21 Aug 2014 05:00:15 -0400 Subject: [PATCH] Add Asciidoc to README and travis Signed-off-by: Loui Chang --- .travis.yml | 4 ++-- README.md | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) 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"`