https://gitlab.ow2.org/sat4j/sat4j.git
Raw File
Tip revision: 460d6aa7d71dfdf223d9de6446d231267c10fc22 authored by leberre on 29 March 2011, 19:26:30 UTC
[maven-release-plugin] copy for tag org.sat4j.pom-2.3.0
Tip revision: 460d6aa
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