From ad18c24776598d3f1f3221c562d274d871b855bb Mon Sep 17 00:00:00 2001 From: Philippe Houdoin Date: Wed, 21 May 2003 22:55:05 +0000 Subject: [PATCH] Forgot to check-in this document... git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3288 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- docs/develop/net/build.html | 46 +++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 docs/develop/net/build.html diff --git a/docs/develop/net/build.html b/docs/develop/net/build.html new file mode 100644 index 0000000000..fcee0984e5 --- /dev/null +++ b/docs/develop/net/build.html @@ -0,0 +1,46 @@ + + + + +OpenBeOS Network Kit + + + + + +

OpenBeOS Network Kit: Build & installation instructions

+ +

Building the whole Networking Kit stuffs was made easy by Jam rules.
+When you have downloaded/updated your local code tree, simply run these commands from +a Terminal:

+ + + + + +
$ cd /path/to/your/local/openbeos/current
+$ jam NetworkingKit
+
+ +
+ +
Philippe Houdoin, May 16th, 2003
+ + +