source code

A Brief Introduction to our Source Repository Layout

Submitted by Axel Dörfler on Thu, 2007-05-17 14:01.   Tags:  :: ::

This document is supposed to give you some insight where you'll find what in the source repository tree. If you're familiar with Haiku already, you will notice that the tree layout to some degree mirrors the structure a Haiku installation has on disk.

Things that are built are usually put under "src", for example, there is a "data", and a "src/data" folder - the former for example contains scripts or settings ready to be copied to the Haiku image, while the latter for example contains the MIME types database that first have to be converted from a format that is easy to edit to what Haiku expects.

Getting and Building the Haiku Source Code

Submitted by Waldemar Kornewald on Sat, 2006-10-28 09:10.   Tags:  :: :: :: ::

Please note this document mainly pertains to building Haiku under BeOS R5 and later.

Getting the source

All commands must be executed in the Terminal.

Go to the parent directory for Haiku's repository and enter:

svn checkout svn://svn.berlios.de/haiku/haiku/trunk haiku

This will checkout the source into a new subdirectory called "haiku". Members of Haiku should login with their BerliOS account to get commit access:

Syndicate content