mirror of
https://review.haiku-os.org/haiku
synced 2025-02-03 04:07:18 +01:00
47 lines
1.2 KiB
HTML
47 lines
1.2 KiB
HTML
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3c.org/TR/1999/REC-html401-19991224/loose.dtd">
|
||
|
|
||
|
<HTML>
|
||
|
<HEAD>
|
||
|
<TITLE>OpenBeOS Network Kit</TITLE>
|
||
|
<META http-equiv=Content-Type content="text/html; charset=windows-1252">
|
||
|
<STYLE type="text/css">
|
||
|
body
|
||
|
{
|
||
|
text-indent: 0in;
|
||
|
font-stretch: normal;
|
||
|
text-align: left;
|
||
|
font-weight: normal;
|
||
|
text-decoration: none;
|
||
|
font-variant: normal;
|
||
|
color: #000000;
|
||
|
font-size: 12pt;
|
||
|
font-style: normal;
|
||
|
widows: 2;
|
||
|
font-family: "Century Gothic", "Trebuchet MS", "Trebuchet", "Arial", "Helvetica";
|
||
|
background-color: #ffffff;
|
||
|
}
|
||
|
</STYLE>
|
||
|
</HEAD>
|
||
|
<BODY text=#000000 vLink=#0000a0 aLink=#0000ff link=#0000c0 bgColor=#ffffff>
|
||
|
|
||
|
<H1>OpenBeOS Network Kit: Build & installation instructions</H1>
|
||
|
|
||
|
<P>Building the whole Networking Kit stuffs was made easy by Jam rules.<BR>
|
||
|
When you have downloaded/updated your local code tree, simply run these commands from
|
||
|
a Terminal:</P>
|
||
|
|
||
|
<TABLE cellpadding=6 bgcolor=#E5E5E5 border=0>
|
||
|
<TR>
|
||
|
<TD><TT>$ cd /path/to/your/local/openbeos/current<BR>
|
||
|
$ jam NetworkingKit</TT>
|
||
|
</TD>
|
||
|
</TR>
|
||
|
</TABLE>
|
||
|
|
||
|
<HR>
|
||
|
|
||
|
<H6>Philippe Houdoin, May 16th, 2003</H6>
|
||
|
|
||
|
</BODY>
|
||
|
</HTML>
|