Skip to content

Commit 27db1d6

Browse files
committed
update readme for OSX install
1 parent e3767bc commit 27db1d6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.batfish

+7
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ LINUX_BASE=ubuntu_14.04 TRAVIS_OS_NAME=linux contrib/ci/scripts/travis_ci_entry_
66
## Ubuntu 16,04 (USES DOCKER)
77
LINUX_BASE=ubuntu_16.04 TRAVIS_OS_NAME=linux contrib/ci/scripts/travis_ci_entry_point.sh
88

9+
### OSX
10+
# For all OSX builds as of Mojave, make sure you have installed SDK headers by executing:
11+
# open /Library/Developer/CommandLineTools/Packages/macOS_SDK_headers_for_macOS_10.14.pkg
12+
#
13+
# You may need to install other dependencies via:
14+
# contrib/ci/scripts/install_deps_osx.sh
15+
#
916
## OSX with OpenMP (RECOMMENDED, MUST BE RUN ON OSX, DOES NOT USE DOCKER)
1017
./package_z3_osx_openmp.sh
1118

0 commit comments

Comments
 (0)