Skip to content

Commit

Permalink
Updated README/runprebuild.sh with information on vs2010 and xbuild c…
Browse files Browse the repository at this point in the history
…ompiling options

git-svn-id: file:///data/svn/omf/libopenmetaverse/trunk@3098 454cea33-f7e8-409b-8d0d-70907e6fec76
  • Loading branch information
jradford committed Aug 20, 2009
1 parent e073cab commit 7dc7a70
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
19 changes: 11 additions & 8 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ at http://openmetaverse.org/cgi-bin/mailman/listinfo/libsl-dev and lastly
you can use the e-mail [email protected] for any general inquiries
(although we prefer developer-related questions to go to IRC or the mailing
list). You can find us in-world via the open invitation libsecondlife group
or at our HQ and testing area in Hooper(SLURL: http://xrl.us/bi233).
or at our HQ and testing area in Hooper (SLURL: http://xrl.us/bi233).

Source Code:
To checkout a copy of libopenmv trunk
Expand All @@ -37,18 +37,17 @@ nUnit Framework (2.2.8 or greater) - http://www.nunit.org/

Compiling
---------
For Visual Studio 2005:
For Visual Studio 2008/Visual C# Express 2008
1. Open Explorer and browse to the directory you extracted the source distribution to
2. Double click the runprebuild.bat file, this will create the necessary solution and project files
2. Double click the runprebuild2008.bat file, this will create the necessary solution and project files
3. open the solution OpenMetaverse.sln from within Visual Studio
4. From the Build Menu choose Build Solution (or press the F6 Key)

The library, example applications and tools will be in the bin directory


For Visual Studio 2008/Visual C# Express 2008
For Visual Studio 2010:
1. Open Explorer and browse to the directory you extracted the source distribution to
2. Double click the runprebuild2008.bat file, this will create the necessary solution and project files
2. Double click the runprebuild2010.bat file, this will create the necessary solution and project files
3. open the solution OpenMetaverse.sln from within Visual Studio
4. From the Build Menu choose Build Solution (or press the F6 Key)

Expand All @@ -64,19 +63,23 @@ Prerequisites Needed
--------------------

mono 2.4 - http://www.mono-project.com/
nAnt (0.88) - http://nant.sourceforge.net/

Optional-
nUnit Framework (2.2.8 or greater) - http://www.nunit.org/

nAnt (0.86) - http://nant.sourceforge.net/

Compiling
---------

Using nant:
1. Change to the directory you extracted the source distribution to
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 the library, examples and tools

Using mono xbuild:
1. Change to the directory you extracted the source distribution to
2. run the prebuild file: % sh runprebuild.sh - This will generate the solution files for xbuild
3. Compile the solution with the command: % xbuild OpenMetaverse.sln

The library, example applications and tools will be in the bin directory

Expand Down
2 changes: 1 addition & 1 deletion runprebuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

mono bin/Prebuild.exe /target nant
mono bin/Prebuild.exe /target monodev
mono bin/Prebuild.exe /target vs2005
mono bin/Prebuild.exe /target vs2010

if [ x$1 == xnant ]; then
nant -buildfile:OpenMetaverse.build
Expand Down

0 comments on commit 7dc7a70

Please sign in to comment.