We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02b0f97 commit 36c48b6Copy full SHA for 36c48b6
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 and OSX >= 10.7.
+which is available in and GCC >= 4.8 (on linux) and Clang >= 3.3 (on mac)
3
4
Dependencies:
5
-------------
@@ -10,8 +10,8 @@ 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
- The standard way to link OpenMP while using Apple Clang on macOS seems to be using "libomp"
14
- which is available through brew ( https://formulae.brew.sh/formula/libomp )
+ Note for macOS users: Use "libomp" to link OpenMP with Clang
+ libomp is available through brew ( https://formulae.brew.sh/formula/libomp )
15
16
17
Steps:
0 commit comments