Download

The NodeBox development team uses Subversion for all their source code management. On Mac OS X, we use the binary distributions by Martin Ott and svnX.

From the command line, use the following command to download the NodeBox source code:

svn co http://dev.nodebox.net/svn/nodebox/trunk/ nodebox

Keep track of the latest changes using the svn "update" command:

svn up

Read the building instructions to learn how to build NodeBox.