Setting things up on Windows
From OpenSimulator
(Difference between revisions)
m (Robot: Cosmetic changes) |
|||
(One intermediate revision by one user not shown) | |||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
− | {{ | + | {{Quicklinks}} |
<br /> | <br /> | ||
− | == 1. | + | == 1. Get and build the code == |
Much instruction on this is in the [[User Documentation|User Docs]] | Much instruction on this is in the [[User Documentation|User Docs]] | ||
− | ==2. Start programming== | + | == 2. Start programming == |
− | Okay, so you'll want an IDE. | + | Okay, so you'll want an IDE. There are two choices on Windows, [http://sharpdevelop.net/OpenSource/SD/ SharpDevelop] or [http://www.microsoft.com/express/vcsharp/ Visual C# 2008] (2005 would also be fine). Get one of these babies, and then load in the OpenSim.sln (as generated by prebuild.bat described in the user instructions). |
Latest revision as of 20:12, 3 March 2012
[edit] 1. Get and build the code
Much instruction on this is in the User Docs
[edit] 2. Start programming
Okay, so you'll want an IDE. There are two choices on Windows, SharpDevelop or Visual C# 2008 (2005 would also be fine). Get one of these babies, and then load in the OpenSim.sln (as generated by prebuild.bat described in the user instructions).