mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 17:44:08 +00:00
add self-contained section on where to retrieve binaries
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
bbc1afb3a6
commit
566bdf3a82
|
@ -5,11 +5,12 @@ under the [MIT license](LICENSE.txt).
|
||||||
|
|
||||||
If you are not familiar with Z3, you can start [here](https://github.com/Z3Prover/z3/wiki#background).
|
If you are not familiar with Z3, you can start [here](https://github.com/Z3Prover/z3/wiki#background).
|
||||||
|
|
||||||
Z3 can be built using [Visual Studio][1], a [Makefile][2] or using [CMake][3]. It provides
|
|
||||||
[bindings for several programming languages][4].
|
|
||||||
Pre-built binaries for releases are available from [here](https://github.com/Z3Prover/z3/releases),
|
Pre-built binaries for releases are available from [here](https://github.com/Z3Prover/z3/releases),
|
||||||
and nightly builds from [here](https://github.com/Z3Prover/bin/tree/master/nightly).
|
and nightly builds from [here](https://github.com/Z3Prover/bin/tree/master/nightly).
|
||||||
|
|
||||||
|
Z3 can be built using [Visual Studio][1], a [Makefile][2] or using [CMake][3]. It provides
|
||||||
|
[bindings for several programming languages][4].
|
||||||
|
|
||||||
See the [release notes](RELEASE_NOTES) for notes on various stable releases of Z3.
|
See the [release notes](RELEASE_NOTES) for notes on various stable releases of Z3.
|
||||||
|
|
||||||
## Build status
|
## Build status
|
||||||
|
|
Loading…
Reference in a new issue