Update build documentation to acknowledge the new 'jam install-networking' rule

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3595 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Niels Sascha Reedijk
2003-06-22 18:09:15 +00:00
parent 21099b6971
commit 32af767502
+10 -8
View File
@@ -3,7 +3,7 @@
<head> <head>
<title>OpenBeOS Network Kit</title> <title>OpenBeOS Network Kit</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<STYLE type="text/css"> <style type="text/css">
body body
{ {
text-indent: 0in; text-indent: 0in;
@@ -19,10 +19,10 @@ body
font-family: "Century Gothic", "Trebuchet MS", "Trebuchet", "Arial", "Helvetica"; font-family: "Century Gothic", "Trebuchet MS", "Trebuchet", "Arial", "Helvetica";
background-color: #ffffff; background-color: #ffffff;
} }
</STYLE> </style>
</head> </head>
<BODY text=#000000 vLink=#0000a0 aLink=#0000ff link=#0000c0 bgColor=#ffffff> <body text=#000000 vLink=#0000a0 aLink=#0000ff link=#0000c0 bgColor=#ffffff>
<h1>OpenBeOS Network Kit: Build &amp; installation instructions</h1> <h1>OpenBeOS Network Kit: Build &amp; installation instructions</h1>
<p>Although the stack isn't quite finished, you can already test some basics. <br> <p>Although the stack isn't quite finished, you can already test some basics. <br>
You'll have to get the code, build it, install it and run it. <br> You'll have to get the code, build it, install it and run it. <br>
@@ -91,9 +91,11 @@ Simply run these commands from a Terminal:</p>
</li> </li>
<li><b>Install</b> <li><b>Install</b>
<p>Installation script or jam rule is a task uncompleted. So, currently, you <p>There are basically two ways to install the networking kit. The first way is to do it manually, as is described below. The second way
have to install by hands. It sucks, we know.</p> is easier, as you won't have to do anything manually. If you want to use the second way, use the command <tt>jam install-networking</tt>.
<p>The network stuff binaries are now under your local <tt>current/distro/x86.R1/*</tt><br> This way you can skip all the manual steps described below. Please note that the OpenBeOS provided utilities like ping, are located
under your local <tt>current/tests/kits/net/</tt>, where you can execute them as often as you like.</p>
<p>However, if you are the manual type of person, you can find the networking kit binaries now under your local <tt>current/distro/x86.R1/*</tt><br>
To install: To install:
<ul> <ul>
<li>open your <tt>current/distro/x86.R1/beos/system/add-ons/kernel/drivers/bin</tt> folder<br> <li>open your <tt>current/distro/x86.R1/beos/system/add-ons/kernel/drivers/bin</tt> folder<br>
@@ -133,8 +135,8 @@ Simply run these commands from a Terminal:</p>
<hr> <hr>
<h6>This document is written by <a href="mailto:philippe_[DOT]_houdoin_[AT]_free_[DOT]_fr">Philippe <h6>This document is written by <a href="mailto:philippe_[DOT]_houdoin_[AT]_free_[DOT]_fr">Philippe
Houdoin</a> and edited by <a href="mailto:n.reedijk@planet.nl">Niels Reedijk</a>. Houdoin</a> and edited by <a href="mailto:n_[DOT]_reedijk_[AT]_planet_[DOT]_nl">Niels Reedijk</a>.
Last updated on June 18th, 2003</h6> Last updated on June 22th, 2003</h6>
</body> </body>
</html> </html>