GettingStarted
Get the source code
Anonymous access to the source code tree is provided by the SVN Source Control Management system:
$ svn co svn://runningbear.org/runningbear
This will create a "runningbear" sub-folder, with direct access to the current tree (called "trunk"), or the different branches available.
Any part of the tree can be updated with this command:
$ svn up
From within the directory to update. This is recursive, and it is recommended to update the tree from its actual root.
Compile
To compile the whole system:
$ ./build.sh all
The resulting files are installed in the "destdir" sub-directory by default.
More detailed instructions are also available.
