diff options
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 | ||