This pages describes the steps to install and build Squawk on desktops and devices.
Squawk is built using a custom Java-based build system, cleverly called "builder". This build system is more cross-platform than "make", and may predate "ant". The build system can be started on the command line by entering java -jar build.jar, but is more commonly starting using a script (or batch file) named "d". We will use "d" in this documentation. For a full list of builder commands enter d -help.