before the repository location was moved on 2009-Oct-04, the old command would have been: svn checkout svn://svn.berlios.de/haiku/haiku/trunk haiku/trunk
type: cd ~/haiku/trunk
type: dir
note the general directory layout -- in particular, note the src directory
Preparing the source tree (you only have to do this once):
type: cd ~/haiku/trunk
type: ./configure
Building the source tree:
type: cd ~/haiku/trunk
type: jam -q haiku-cd
running this command on my system with 4 virtual CPUs in VirtualBox v3.0.6 to match the 4 physical CPUs took exactly the same amount of time (136 minutes) whether or not I ran jam -j -q haiku-cd or jam -q haiku-cd
type: dir generated/haiku-cd.iso
.iso should be about 116M in size
copy it to your host, shutdown Haiku, and reboot with this .iso; install it
when you reboot haiku after the installation, click on Deskbar -> About This System to confirm the version number
I started working on an application to parse the .h files and produce a GraphViz diagram showing class inheritance; it is still a work-in-progress, but here are the results