Skip to content

Commit 1aa4fc0

Browse files
committed
update .gitignore, mention libomp dep on osx
1 parent 27db1d6 commit 1aa4fc0

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -79,3 +79,6 @@ doc/code
7979
.vs
8080
examples/**/obj
8181
CMakeSettings.json
82+
83+
# ignore version header
84+
src/util/z3_version.h

README.batfish

+2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ LINUX_BASE=ubuntu_16.04 TRAVIS_OS_NAME=linux contrib/ci/scripts/travis_ci_entry_
1414
# contrib/ci/scripts/install_deps_osx.sh
1515
#
1616
## OSX with OpenMP (RECOMMENDED, MUST BE RUN ON OSX, DOES NOT USE DOCKER)
17+
# You must have OpenMP libraries for this build. Install with:
18+
# brew install libomp
1719
./package_z3_osx_openmp.sh
1820

1921
## OSX without OpenMP (NOT RECOMMENDED, MUST BE RUN ON OSX, DOES NOT USE DOCKER)

0 commit comments

Comments
 (0)