From 36dfea3b5ede67bb824029c8e9bcad764a4b9ef8 Mon Sep 17 00:00:00 2001 From: ABrambleNinja Date: Thu, 15 Aug 2013 04:07:43 +0000 Subject: For me, installing check wasn't enough. check-devel was required (Fedora 19) --- INSTALL.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'INSTALL.md') diff --git a/INSTALL.md b/INSTALL.md index 1ee1c66f..3d01d562 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -23,7 +23,7 @@ On Fedora: ```bash yum groupinstall "Development Tools" -yum install libtool autoconf automake libconfig-devel ncurses-devel cmake check +yum install libtool autoconf automake libconfig-devel ncurses-devel cmake check check-devel ``` Note that `libconfig-dev` should be >= 1.4. @@ -61,8 +61,8 @@ mkdir build && cd build cmake .. ``` Advance cmake options: - - `-DSHARED_TOXCORE=ON` (default `OFF`) — Build Core as a shared library. - - `-DUSE_NACL=ON` (default `OFF`) — Use NaCl library instead of libsodium. + - `-DSHARED_TOXCORE=ON` (default `OFF`) � Build Core as a shared library. + - `-DUSE_NACL=ON` (default `OFF`) � Use NaCl library instead of libsodium. Note that you should call cmake on the root [`CMakeLists.txt`](/CMakeLists.txt) file only. @@ -150,8 +150,8 @@ mkdir build && cd build cmake -G "MinGW Makefiles" .. ``` Advance cmake options: - - `-DSHARED_TOXCORE=ON` (default OFF) — Build Core as a shared library. - - `-DSHARED_LIBSODIUM=ON` (default OFF) — Link libsodium as a shared library. + - `-DSHARED_TOXCORE=ON` (default OFF) � Build Core as a shared library. + - `-DSHARED_LIBSODIUM=ON` (default OFF) � Link libsodium as a shared library. Note that you should call cmake on the root [`CMakeLists.txt`](/CMakeLists.txt) file only. -- cgit v1.2.3