https://gitlab.ow2.org/sat4j/sat4j.git
Raw File
Tip revision: b96f3a1d28033f70c1524482bf9b3e6610cd92d0 authored by leberre on 31 January 2009, 14:57:02 UTC
dded missing copyright headers (still spotted by Michael).
Tip revision: b96f3a1
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