None. Yet !
None. Yet !
The Biosynth Framework uses a Gradle-based build system. In the instructions
below, ./gradlew
is invoked from the root of the source tree and serves as
a cross-platform, self-contained bootstrap mechanism for the build.
Git and JDK 8 update 20 or later
Be sure that your JAVA_HOME
environment variable points to the jdk1.8.0
folder
extracted from the JDK download.
git clone git@github.com:biosynth-framework.git
./gradlew install
./gradlew build
... and discover more commands with ./gradlew tasks
. See also the Gradle build and release FAQ.