forked from Z3Prover/z3
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathREADME.batfish
28 lines (21 loc) · 1.01 KB
/
README.batfish
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
To generate zips on your local machine, do:
## Ubuntu 14,04 (USES DOCKER)
LINUX_BASE=ubuntu_14.04 TRAVIS_OS_NAME=linux contrib/ci/scripts/travis_ci_entry_point.sh
## Ubuntu 16,04 (USES DOCKER)
LINUX_BASE=ubuntu_16.04 TRAVIS_OS_NAME=linux contrib/ci/scripts/travis_ci_entry_point.sh
## Ubuntu 18,04 (USES DOCKER)
LINUX_BASE=ubuntu_18.04 TRAVIS_OS_NAME=linux contrib/ci/scripts/travis_ci_entry_point.sh
### OSX
# For all OSX builds as of Mojave, make sure you have installed SDK headers by executing:
# open /Library/Developer/CommandLineTools/Packages/macOS_SDK_headers_for_macOS_10.14.pkg
#
# You may need to install other dependencies via:
# contrib/ci/scripts/install_deps_osx.sh
#
## OSX with OpenMP (RECOMMENDED, MUST BE RUN ON OSX, DOES NOT USE DOCKER)
# You must have OpenMP libraries for this build. Install with:
# brew install libomp
./package_z3_osx_openmp.sh
## OSX without OpenMP (NOT RECOMMENDED, MUST BE RUN ON OSX, DOES NOT USE DOCKER)
./package_z3_osx.sh
Output zips are placed in build/generated-packages/