Files
libremetaverse/libsecondlife-cs
John Hurliman cf22407674 Removed the Circuit class and replaced it with the Simulator class
* Region information is linked to simulators and track per sim
* Region information can be gleaned in callbacks now
* Parcel overlay handling is also done per sim
* Packets should be sent to the proper sim now
* Zerodecoding and appended ACK handling hopefully play nicely together
* Login timeout has been simplified, Simulator uses no timers
* Disconnect (from a sim) is currently broken at the NetworkManager level
* Periodic ACK sending and ACK appending is currently disabled

git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@90 52acb1d6-8a22-11de-b505-999d5b087335
2006-07-26 05:34:48 +00:00
..
2006-07-19 19:33:05 +00:00
2006-07-13 03:41:46 +00:00
2006-07-18 02:54:13 +00:00

How to build libSL-cs using Mono:

1. Download and install Mono for your platform -- for OS X, I used
ftp://www.go-mono.com/archive/1.1.15/macos-10-ppc/2/MonoFramework-1.1.15_2.macos10.novell.ppc.dmg

2. If you haven't already, install the Subversion client from
http://subversion.tigris.org/project_packages.html

3. Grab the latest version of libsecondlife-cs:

$ svn co svn://svn.gna.org/svn/libsecondlife/trunk libsecondlife
$ cd libsecondlife/libsecondlife-cs

4. Convert libsecondlife.sln to a Makefile using prj2make, which is part
of the Mono distribution:

$ prj2make libsecondlife.sln

I got this as an output:

-rw-r--r--    1 bbyer  bbyer   3099 Jun 26 14:43 Makefile

5. Build the project with make:

$ make

6. The examples will be built and installed into bin/Debug:

$ cd bin/Debug
$ mono name2key.exe <firstname> <lastname> <password> eddy stryker
Info: Connecting to 72.5.13.170:12035
UUID: f6ec1e24fd294f4cb21e23b42841c8c7