Updated install docs to reflect ubuntu dependencies for 13.04.

This commit is contained in:
Ryan Lewon 2013-07-29 17:32:00 +00:00
parent db5775afb3
commit de90518f28

View File

@ -2,6 +2,12 @@
###Linux: ###Linux:
Build dependencies:
```bash
apt-get install build-essential libtool autotools-dev automake libconfig-dev
```
You should get and install [libsodium](https://github.com/jedisct1/libsodium): You should get and install [libsodium](https://github.com/jedisct1/libsodium):
```bash ```bash
git clone git://github.com/jedisct1/libsodium.git git clone git://github.com/jedisct1/libsodium.git