You can compile CraftBook as long as you have the Java Development Kit (JDK) for Java 8 or newer. You only need one version of the JDK installed.
The build process uses Gradle, which you do not need to download.
- Shift + right click the folder with CraftBook's files and click "Open command prompt".
gradlew clean
gradlew build
- In your terminal, navigate to the folder with CraftBook's files (
cd /folder/of/craftbook/files
) ./gradlew clean
./gradlew build
gradlew idea
will generate an IntelliJ IDEA module for each folder.gradlew eclipse
will generate an Eclipse project for each folder.