You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
John Zeringue edited this page Oct 21, 2015
·
6 revisions
Setup
Windows
As the Gradle task busterTest does not work under Windows, we recommend that
contributors using Windows install Ubuntu on a virtual machine and use the
instructions below. Furthermore, Windows users will need to have Git installed
on their machines in order to build the Topsoil project.
Ubuntu
Install Java 8 with NetBeans
Go here to download, then follow the installation instructions.
Install Node.js
Execute this install script to install Node.js so that it is compatible with
Gradle.
Install PhantomJS and Buster.JS
Execute this command in a terminal:
npm install -g buster phantomjs
Gradle
Gradle wrapper
The most reliable way to execute the build script is to use the Gradle wrapper
(e.g., ./gradlew build).
System install
As the Ubuntu repos contain an outdated version of Gradle,
you must add a PPA and install as follows: