3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-23 00:55:31 +00:00

Added install-python/uninstall-python commands to Makefile

Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
Leonardo de Moura 2012-10-09 06:24:44 -07:00
parent 7b79fb4795
commit 39846d3527
3 changed files with 67 additions and 1 deletions

11
README
View file

@ -36,10 +36,19 @@ Use the following commands to install in a different prefix (e.g., /usr).
make
sudo make install
To uninstall z3, use
To uninstall Z3, use
sudo make uninstall
To install Z3 Python bindings, use
sudo make install-python
To uninstall Z3 Python bindings, use
sudo make uninstall-python
Remark: the Z3 makefile imports the source file list from Visual Studio project files.
To add new source files to the Z3 core, you must include them at: lib/lib.vcxproj