summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpb82 <peter-braun@gmx.net>2013-08-03 13:36:01 +0200
committerpb82 <peter-braun@gmx.net>2013-08-03 13:36:01 +0200
commit7b112116db61cc2538a1115129677b275e549fb8 (patch)
treef1d8678f1d98edb11f5b2a1a73fe5e71e9567d31
parent0ba09a798da26b938f8877716c987042ac03d9e6 (diff)
rearranged fedora specific instructions
-rw-r--r--INSTALL.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 20c2c58e..afce1cc2 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -39,7 +39,9 @@ sudo checkinstall --install --pkgname libsodium --pkgversion 0.4.2 --nodoc
39sudo ldconfig 39sudo ldconfig
40``` 40```
41 41
42Or if checkinstall is not easily available for your distribution (e.g. Fedora): 42Or if checkinstall is not easily available for your distribution (e.g. Fedora),
43this will install the libs to /usr/local/lib and the headers to /usr/local/include
44
43```bash 45```bash
44git clone git://github.com/jedisct1/libsodium.git 46git clone git://github.com/jedisct1/libsodium.git
45cd libsodium 47cd libsodium
@@ -49,7 +51,6 @@ git checkout tags/0.4.2
49make check 51make check
50sudo make install 52sudo make install
51``` 53```
52This will copy the libs to /usr/local/lib and the headers to /usr/local/include
53 54
54 55
55Then clone this repo and generate makefile: 56Then clone this repo and generate makefile: