We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36c48b6 commit 39d7e07Copy full SHA for 39d7e07
1 file changed
INSTALL.txt
@@ -1,5 +1,5 @@
1
This software requires c++11 to build,
2
-which is available in and GCC >= 4.8 (on linux) and Clang >= 3.3 (on mac)
+which is available in GCC >= 4.8 (on linux) and Clang >= 3.3 (on mac)
3
4
Dependencies:
5
-------------
@@ -10,7 +10,7 @@ Dependencies:
10
Boost Library ( http://www.boost.org ) (see "-with-boost" below)
11
- Zlib ( included with OS X and most Linuxes, http://www.zlib.net ) *
12
- C++ compiler with C++11 and openmp support
13
- Note for macOS users: Use "libomp" to link OpenMP with Clang
+ Note for macOS users: Use "libomp" to link openmp with Clang
14
libomp is available through brew ( https://formulae.brew.sh/formula/libomp )
15
16
0 commit comments