aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/releng/dist/INSTALL
diff options
context:
space:
mode:
authorAdam Frisby2007-06-19 04:04:28 +0000
committerAdam Frisby2007-06-19 04:04:28 +0000
commitb34d1c210e6cc599d0eb74c653dafd6bbb362770 (patch)
treea847917ad05728f1be62fc8e7b78e81dc76ef674 /releng/dist/INSTALL
parent*Added some missing files from last commit (diff)
downloadopensim-SC_OLD-b34d1c210e6cc599d0eb74c653dafd6bbb362770.zip
opensim-SC_OLD-b34d1c210e6cc599d0eb74c653dafd6bbb362770.tar.gz
opensim-SC_OLD-b34d1c210e6cc599d0eb74c653dafd6bbb362770.tar.bz2
opensim-SC_OLD-b34d1c210e6cc599d0eb74c653dafd6bbb362770.tar.xz
* Cleaning up unused zircon branch.
* Removed releng from sugilite.
Diffstat (limited to '')
-rw-r--r--releng/dist/INSTALL33
1 files changed, 0 insertions, 33 deletions
diff --git a/releng/dist/INSTALL b/releng/dist/INSTALL
deleted file mode 100644
index f67fe43..0000000
--- a/releng/dist/INSTALL
+++ /dev/null
@@ -1,33 +0,0 @@
1INSTALLING FROM SOURCE WITH WINDOWS
2
31 - Ensure you have visual studio express (the C# edition)
4
52 - Check you have a clean source tree with the latest VS2005 solution, if unsure run prebuild (See README file)
6
73 - Open the solution in visual studio and build it
8
94 - Look in bin/ for the output
10
115 - ???
12
136 - Profit
14
15INSTALLING FROM SOURCE WITH LINUX/BSD/*NIX
16
171 - Ensure you have a clean source tree with latest nant build files, if not, get one or run prebuild (See README file)
18
192 - Go to a shell prompt and change to the correct directory
20
213 - Type the following:
22
23nant
24
254 - Look in bin/ for the output
26
275 - ???
28
296 - Profit
30
31INSTALLING BINARY RELEASE
32
33Simply extract the tarball into a good location and run straight out of bin/. You may also wish to put all the binaries into /opt/opensim on *nix systems and adjust your path accordingly. At time of writing there is no official way yet to do this. Watch this space.