Last active
August 29, 2015 13:56
-
-
Save tatac1/9090682 to your computer and use it in GitHub Desktop.
install z3 v4.1.1 on Mac 10.9
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$brew install gcc4.8 | |
$brew install dos2unix | |
$git clone https://git01.codeplex.com/z3 | |
$cd z3 | |
$git checkout -b v4.1.1 refs/tags/v4.1.1 | |
$autoconf | |
$./configure | |
$make -j8 CXX=g++-4.8 CC=gcc-4.8 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment