|
HowToInstall
Since release 0.3.0, A4E is available on Eclipse Marketplace. While the options below are still possible, we highly recommend A4E users to install A4E from the marketplace. Install and update using Eclipse Update Manager (preferred option)
New versions will be automatically managed by Eclipse Update Manager. How to install the plugin by handFirst of all, download the latest zip file First time
How to update the plugin
How to install platform specific binairiesBy default, Alloy4Eclipse uses the Java SAT solver SAT4J. While SAT4J has the advantage of being platform independent, it is generally slower than platform specific solvers such as award winning minisat. Alloy 4 ships with one SAT solver to be called as an external program: Berkmin. It also ships with two solvers to be used through JNI: minisat and zChaff. Using those platform specific binaries require some actions from the user. The Alloy Team makes Alloy available as a platform independent jar file (the one we ship in A4E) plus additional platform dependent jar files. Just download the jar file corresponding to your architecture and follow the system dependent instructions given below: Under LinuxBerkminJust create a directory in which you will put the executable, and set that path in A4E preferences. Minisat and Zchaff
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/path/to/the/lib/files export LD_LIBRARY_PATH if you are using tcsh, add the following lines in your .tcshrc
Under MacosIf you can use a console under Mac Os X, then just proceed as under Linux (by default, the shell is bash). Under WindowsTo be completed. |