The Source for Java Technology Collaboration


Building Squawk

This pages describes the steps to install and build Squawk on desktops and devices.

General

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.

Building Squawk for Desktop

OnWindows

OnMac

OnLinux

Building Squawk for Devices

ForSPOT

BuildingSquawkForOtherMCUs

ThumbOrNoThumb

SquawkBuildOptions

-- Main.khumalo - 06 Oct 2008 -- Main.derek_white - 10 Jul 2008

Topic BuildingSquawk . { Edit | Ref-By | Printable | Diffs r7 < r6 < r5 < r4 < r3 | More }
 XML java.net RSS

Revision r7 - 19 Jun 2009 - 19:40:53 - Main.khumalo
Parents: WebHome > Squawk