Changes between Version 54 and Version 55 of Be a CIVL developer
- Timestamp:
- 02/09/23 13:14:44 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Be a CIVL developer
v54 v55 22 22 23 23 == How to set up CIVL in Eclipse == 24 1. Install theorem provers [http ://www.cs.nyu.edu/acsys/cvc3/ cvc3], [https://github.com/CVC4/CVC4 cvc4] and [https://github.com/Z3Prover/z3/releases z3] following the instructions provided with those tools. CIVL uses only the command line interface for these tools, so you don't have to worry about installing libraries or anything other than the executable binary. Make sure the executable is somewhere in your PATH.24 1. Install theorem provers [https://github.com/CVC4/CVC4 cvc4] and [https://github.com/Z3Prover/z3/releases z3] following the instructions provided with those tools. CIVL uses only the command line interface for these tools, so you don't have to worry about installing libraries or anything other than the executable binary. Make sure the executable is somewhere in your PATH. 25 25 1. Install Eclipse IDE for Java/EE developers if you have not already done so. 26 26 1. Install an SVN plugin in Eclipse (such as Subversive) if you have not already done so.
