added some more details (libsodium without checkinstall)

This commit is contained in:
pb82 2013-08-03 13:32:56 +02:00
parent e874c5b0f6
commit 0ba09a798d

View File

@ -19,7 +19,7 @@ Build dependencies:
apt-get install build-essential libtool autotools-dev automake libconfig-dev ncurses-dev cmake checkinstall apt-get install build-essential libtool autotools-dev automake libconfig-dev ncurses-dev cmake checkinstall
``` ```
on Fedora: On Fedora:
```bash ```bash
yum groupinstall "Development Tools" yum groupinstall "Development Tools"
@ -39,7 +39,7 @@ sudo checkinstall --install --pkgname libsodium --pkgversion 0.4.2 --nodoc
sudo ldconfig sudo ldconfig
``` ```
or without checkinstall: Or if checkinstall is not easily available for your distribution (e.g. Fedora):
```bash ```bash
git clone git://github.com/jedisct1/libsodium.git git clone git://github.com/jedisct1/libsodium.git
cd libsodium cd libsodium
@ -49,6 +49,7 @@ git checkout tags/0.4.2
make check make check
sudo make install sudo make install
``` ```
This will copy the libs to /usr/local/lib and the headers to /usr/local/include
Then clone this repo and generate makefile: Then clone this repo and generate makefile: