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 cleangradlew build
- In your terminal, navigate to the folder with CraftBook's files (
cd /folder/of/craftbook/files) ./gradlew clean./gradlew build
gradlew ideawill generate an IntelliJ IDEA module for each folder.gradlew eclipsewill generate an Eclipse project for each folder.