From 7b112116db61cc2538a1115129677b275e549fb8 Mon Sep 17 00:00:00 2001 From: pb82 Date: Sat, 3 Aug 2013 13:36:01 +0200 Subject: rearranged fedora specific instructions --- INSTALL.md | 5 +++-- 1 file 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 sudo ldconfig ``` -Or if checkinstall is not easily available for your distribution (e.g. Fedora): +Or if checkinstall is not easily available for your distribution (e.g. Fedora), +this will install the libs to /usr/local/lib and the headers to /usr/local/include + ```bash git clone git://github.com/jedisct1/libsodium.git cd libsodium @@ -49,7 +51,6 @@ git checkout tags/0.4.2 make check 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: -- cgit v1.2.3