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:
parent
21099b6971
commit
32af767502
@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<title>OpenBeOS Network Kit</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
||||
<STYLE type="text/css">
|
||||
<style type="text/css">
|
||||
body
|
||||
{
|
||||
text-indent: 0in;
|
||||
@ -19,10 +19,10 @@ body
|
||||
font-family: "Century Gothic", "Trebuchet MS", "Trebuchet", "Arial", "Helvetica";
|
||||
background-color: #ffffff;
|
||||
}
|
||||
</STYLE>
|
||||
</style>
|
||||
</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 & installation instructions</h1>
|
||||
<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>
|
||||
@ -91,9 +91,11 @@ Simply run these commands from a Terminal:</p>
|
||||
</li>
|
||||
|
||||
<li><b>Install</b>
|
||||
<p>Installation script or jam rule is a task uncompleted. So, currently, you
|
||||
have to install by hands. It sucks, we know.</p>
|
||||
<p>The network stuff binaries are now under your local <tt>current/distro/x86.R1/*</tt><br>
|
||||
<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
|
||||
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>.
|
||||
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:
|
||||
<ul>
|
||||
<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>
|
||||
<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>.
|
||||
Last updated on June 18th, 2003</h6>
|
||||
Houdoin</a> and edited by <a href="mailto:n_[DOT]_reedijk_[AT]_planet_[DOT]_nl">Niels Reedijk</a>.
|
||||
Last updated on June 22th, 2003</h6>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
Reference in New Issue
Block a user