Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
J
javawlp
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
impresshs
javawlp
Wiki
Installing z3 haskell
Changes
Page history
New page
Templates
Clone repository
Update Compiling on Windows
authored
7 years ago
by
Ogilvie, D.H. (Duncan)
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Installing-z3-haskell.md
+1
-2
1 addition, 2 deletions
Installing-z3-haskell.md
with
1 addition
and
2 deletions
Installing-z3-haskell.md
0 → 100644
View page @
5badd11f
1.
Download the
[
latest z3 4.x release
](
https://github.com/Z3Prover/z3/releases/latest
)
(
make
sure to match your GHC architecture, in my case
`z3-4.5.0-x64-win.zip`
).
2.
Extract the zip somewhere (
`c:\z3-4.5.0-x64-win`
)
3.
`cabal install z3 --extra-include-dirs=c:\z3-4.5.0-x64-win\include --extra-lib-dirs=c:\z3-4.5.0-x64-win\bin`
\ No newline at end of file
This diff is collapsed.
Click to expand it.