mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 04:03:39 +00:00
Merge branch 'working' of ssh://localhost:22/home/leo/projects-bare/z3 into working
This commit is contained in:
commit
3cf96f7475
9
c++/build.sh
Executable file
9
c++/build.sh
Executable file
|
@ -0,0 +1,9 @@
|
||||||
|
if g++ -fopenmp -o example example.cpp -lz3; then
|
||||||
|
echo "Example was successfully compiled."
|
||||||
|
echo "To run example, execute:"
|
||||||
|
echo " ./example"
|
||||||
|
else
|
||||||
|
echo "You must install Z3 before compiling this example."
|
||||||
|
echo "To install Z3, execute the following command in the Z3 root directory."
|
||||||
|
echo " sudo make install"
|
||||||
|
fi
|
Loading…
Reference in a new issue