diff options
author | pb82 <peter-braun@gmx.net> | 2013-08-03 13:36:01 +0200 |
---|---|---|
committer | pb82 <peter-braun@gmx.net> | 2013-08-03 13:36:01 +0200 |
commit | 7b112116db61cc2538a1115129677b275e549fb8 (patch) | |
tree | f1d8678f1d98edb11f5b2a1a73fe5e71e9567d31 | |
parent | 0ba09a798da26b938f8877716c987042ac03d9e6 (diff) |
rearranged fedora specific instructions
-rw-r--r-- | INSTALL.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -39,7 +39,9 @@ sudo checkinstall --install --pkgname libsodium --pkgversion 0.4.2 --nodoc | |||
39 | sudo ldconfig | 39 | sudo ldconfig |
40 | ``` | 40 | ``` |
41 | 41 | ||
42 | Or if checkinstall is not easily available for your distribution (e.g. Fedora): | 42 | Or if checkinstall is not easily available for your distribution (e.g. Fedora), |
43 | this will install the libs to /usr/local/lib and the headers to /usr/local/include | ||
44 | |||
43 | ```bash | 45 | ```bash |
44 | git clone git://github.com/jedisct1/libsodium.git | 46 | git clone git://github.com/jedisct1/libsodium.git |
45 | cd libsodium | 47 | cd libsodium |
@@ -49,7 +51,6 @@ git checkout tags/0.4.2 | |||
49 | make check | 51 | make check |
50 | sudo make install | 52 | sudo make install |
51 | ``` | 53 | ``` |
52 | This will copy the libs to /usr/local/lib and the headers to /usr/local/include | ||
53 | 54 | ||
54 | 55 | ||
55 | Then clone this repo and generate makefile: | 56 | Then clone this repo and generate makefile: |