|
[openbeosnetteam]
||
[Date Prev]
[04-2004 Date Index]
[Date Next]
||
[Thread Prev]
[04-2004 Thread Index]
[Thread Next]
[openbeosnetteam] Re: Introducing myself
- From: "Waldemar Kornewald" <Waldemar.Kornewald@xxxxxx>
- To: <openbeosnetteam@xxxxxxxxxxxxx>
- Date: Fri, 16 Apr 2004 10:42:53 +0200
> Heh. I'm just curious now, as I'm actually feeling overworked and over
> "frameworked" at work. But how could I start with the OpenBeOS if I
> cannot compile it and there are no binaries to see ... ?
>
> Starting points?
Get BeOS Max. Get the DeveloperPackage and GeekGadgets compiler (if BeOS Max
does not have that).
Get the tools from our homepage (Developers section).
Check out CVS.
Compile our netstack with jam (with debugging turned on):
DEBUG=1 jam NetworkingKit
If you want to install it:
Rename your bone modules folder (system/add-ons/kernel/network) to something
like network.bone.
Type in:
jam install-networking
and all files get installed into your home/config/add-ons/kernel/ folder.
In YOURCVSFOLDER/current/tests/kits/network you can find our private tools.
Did I forget something?
Bye,
Waldemar
|