https://gitlab.ow2.org/sat4j/sat4j.git
Revision c749d9c3171afc6af8ebe9b8e4df0cc5ba2d7b3f authored by leberre on 18 April 2013, 08:57:39 UTC, committed by leberre on 18 April 2013, 08:57:39 UTC
git-svn-id: svn+ssh://svn.forge.ow2.org/svnroot/sat4j/maven/trunk@1988 ba638df5-4473-46d1-82f8-c3ae2a17a6e1
1 parent 308b9f3
Raw File
Tip revision: c749d9c3171afc6af8ebe9b8e4df0cc5ba2d7b3f authored by leberre on 18 April 2013, 08:57:39 UTC
Fixed import of unit clauses.
Tip revision: c749d9c
README
HOW TO BUILD SAT4J FROM SOURCE

+ Using Maven

Just launch 

$ mvn -Dmaven.test.skip=true install

to build the SAT4J modules from the source tree.

All the dependencies will be gathered by Maven.

+ Using ant

Download the missing libraries and put them in the lib directory:
+ Apache commons CLI
+ Apache commons UseBean
+ Mozilla Rhino

Just type:

$ ant 

to build the modules from source.

back to top