3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-24 09:35:32 +00:00

added build and test scripts and READMEs to distribute

This commit is contained in:
Josh Berdine 2012-10-07 02:26:27 +01:00
parent 6e1eb7044b
commit 83e92c2dd7
12 changed files with 192 additions and 0 deletions

4
ml/exec.sh Normal file
View file

@ -0,0 +1,4 @@
#!/bin/sh
export LD_LIBRARY_PATH=../../lib:$LD_LIBRARY_PATH # for linux
export DYLD_LIBRARY_PATH=../../lib:$DYLD_LIBRARY_PATH # for osx
./test_mlapi