From 791dcb9974d67a962e8caabb3dbbe35d80957bfe Mon Sep 17 00:00:00 2001 From: Jim Radford Date: Mon, 28 Jul 2008 09:21:54 +0000 Subject: [PATCH] Updated README.txt Build instructions for Linux git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@2012 52acb1d6-8a22-11de-b505-999d5b087335 --- README.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.txt b/README.txt index f2759d4d..423c881b 100644 --- a/README.txt +++ b/README.txt @@ -78,8 +78,9 @@ Compiling --------- 1. Change to the directory you extracted the source distribution to -2. run the prebuild file: % sh runprebuild.sh - This will generate the required nant build files -3. type "nant" to compile the library, example applications and tools. +2. run the prebuild file: % sh runprebuild.sh nant - This will generate the required nant build files and run + nant with the correct buildfile parameter to build nant + The library, example applications and tools will be in the bin directory