Skip to content

Instantly share code, notes, and snippets.

@tatac1
Last active August 29, 2015 13:56
Show Gist options
  • Save tatac1/9090682 to your computer and use it in GitHub Desktop.
Save tatac1/9090682 to your computer and use it in GitHub Desktop.
install z3 v4.1.1 on Mac 10.9
$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