mirror of
https://github.com/Tha14/toxic.git
synced 2024-11-13 02:23:01 +01:00
Add Asciidoc to README and travis
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
This commit is contained in:
parent
15cc87bffd
commit
e117bd3985
@ -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
|
||||
|
@ -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"`
|
||||
|
Loading…
Reference in New Issue
Block a user