-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f4dbf0e
commit 7b1bca1
Showing
1 changed file
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
Installation guide: | ||
- Download and unpack the package file (http://www.mimuw.edu.pl/~szynwelski/nlambda/nlambda-1.0.tar.gz). | ||
- Move into the directory nlambda-1.0. | ||
- Perform the following commands: | ||
runhaskell Setup configure --user -fTOTAL_ORDER | ||
runhaskell Setup build | ||
runhaskell Setup install | ||
- The flag TOTAL_ORDER is required to install package with ordered atoms (otherwise equality atoms will be used). | ||
- To install the package globally (not only for the user account) skip user parameter (https://wiki.haskell.org/Cabal/How_to_install_a_Cabal_package). | ||
- Additionally, you should install the Z3 Theorem Prover (https://github.com/Z3Prover/z3) and add it to the PATH environment variable (https://en.wikipedia.org/wiki/PATH_(variable)). |