1
0
mirror of https://github.com/Tha14/toxic.git synced 2024-07-01 16:37:46 +02:00

Add Asciidoc to README and travis

Signed-off-by: Loui Chang <louipc.ist@gmail.com>
This commit is contained in:
Loui Chang 2014-08-21 05:00:15 -04:00
parent 15cc87bffd
commit e117bd3985
2 changed files with 5 additions and 2 deletions

View File

@ -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

View File

@ -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"`