diff options
author | irungentoo <irungentoo@gmail.com> | 2013-08-15 03:00:25 -0700 |
---|---|---|
committer | irungentoo <irungentoo@gmail.com> | 2013-08-15 03:00:25 -0700 |
commit | e6ac93eff7515f9cfc1a570b90abe15bd0b5df3e (patch) | |
tree | 980cadb2cb7141d72225c70e37ed3f437249040c /INSTALL.md | |
parent | bf6c04b2cafe0a132aa54c6134217a0f4369a054 (diff) | |
parent | 36dfea3b5ede67bb824029c8e9bcad764a4b9ef8 (diff) |
Merge pull request #468 from ABrambleNinja/patch-1
For me, installing check wasn't enough. check-devel was required (Fedora 19)
Diffstat (limited to 'INSTALL.md')
-rw-r--r-- | INSTALL.md | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -23,7 +23,7 @@ On Fedora: | |||
23 | 23 | ||
24 | ```bash | 24 | ```bash |
25 | yum groupinstall "Development Tools" | 25 | yum groupinstall "Development Tools" |
26 | yum install libtool autoconf automake libconfig-devel ncurses-devel cmake check | 26 | yum install libtool autoconf automake libconfig-devel ncurses-devel cmake check check-devel |
27 | ``` | 27 | ``` |
28 | 28 | ||
29 | Note that `libconfig-dev` should be >= 1.4. | 29 | Note that `libconfig-dev` should be >= 1.4. |
@@ -61,8 +61,8 @@ mkdir build && cd build | |||
61 | cmake .. | 61 | cmake .. |
62 | ``` | 62 | ``` |
63 | Advance cmake options: | 63 | Advance cmake options: |
64 | - `-DSHARED_TOXCORE=ON` (default `OFF`) — Build Core as a shared library. | 64 | - `-DSHARED_TOXCORE=ON` (default `OFF`) � Build Core as a shared library. |
65 | - `-DUSE_NACL=ON` (default `OFF`) — Use NaCl library instead of libsodium. | 65 | - `-DUSE_NACL=ON` (default `OFF`) � Use NaCl library instead of libsodium. |
66 | 66 | ||
67 | Note that you should call cmake on the root [`CMakeLists.txt`](/CMakeLists.txt) file only. | 67 | Note that you should call cmake on the root [`CMakeLists.txt`](/CMakeLists.txt) file only. |
68 | 68 | ||
@@ -150,8 +150,8 @@ mkdir build && cd build | |||
150 | cmake -G "MinGW Makefiles" .. | 150 | cmake -G "MinGW Makefiles" .. |
151 | ``` | 151 | ``` |
152 | Advance cmake options: | 152 | Advance cmake options: |
153 | - `-DSHARED_TOXCORE=ON` (default OFF) — Build Core as a shared library. | 153 | - `-DSHARED_TOXCORE=ON` (default OFF) � Build Core as a shared library. |
154 | - `-DSHARED_LIBSODIUM=ON` (default OFF) — Link libsodium as a shared library. | 154 | - `-DSHARED_LIBSODIUM=ON` (default OFF) � Link libsodium as a shared library. |
155 | 155 | ||
156 | Note that you should call cmake on the root [`CMakeLists.txt`](/CMakeLists.txt) file only. | 156 | Note that you should call cmake on the root [`CMakeLists.txt`](/CMakeLists.txt) file only. |
157 | 157 | ||