Cosmos/Docs/Installation/DevKit.html

61 lines
2.9 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
</head>
<body>
<h3>
Prerequisites</h3>
<ul>
<li>(Free or Paid) Visual Studio 2008 - Visual Studio 2010 is not supported yet.<ul>
<li>(Paid) Professional or higher</li>
</ul>
</li>
<ul>
<li>(Free) Express Edition<ul>
<li>Express Editions are not supported in MS5. Express Editions will be supported again in the near future</li>
</ul>
</li>
</ul>
<li>(Optional) Team Foundation Client<ul>
<li>This can be found on your Visual Studio 2008 installation media under TFCClient
folder. It is best to install this before installing Visual Studio 2008 SP1. If
you do not wish to use the integrated source control, you can use the SVN bridge
instead.</li>
<li>If using Express, you can use the SVN bridge, or one of the many TFS standalone
clients available at CodePlex.</li>
</ul>
</li>
<li>(Free) <a href="http://www.microsoft.com/downloads/details.aspx?familyid=fbee1648-7106-44a7-9649-6d9f6d58056e&amp;displaylang=en">Visual Studio 2008 Service Pack 1</a></li>
<li>(Free)
<a href="http://www.microsoft.com/downloads/details.aspx?familyid=CF13EA45-D17B-4EDC-8E6C-6C5B208EC54D&amp;displaylang=en">Visual Studio Team System 2008 Service Pack 1 Forward Compatibility Update for
Team Foundation Server 2010</a><ul>
<li>This is needed if you plan to use the integrated source control in Visual Studio</li>
</ul>
</li>
<li>(Free) <a href="http://www.jrsoftware.org/isdl.php#qsp">InnoSetup QuickStart Kit</a><ul>
<li>This is required to build the setup kit which is used to build and instal the
Visual Studio integration libaries for Cosmos</li>
<li>During install it will ask you about optional components to install. Leave them
all checked.</li>
</ul>
</li>
<li>(Optional, Free) <a href="http://vmware.com/download/player/">VMWare Player</a><ul>
<li>VMWare Player is not required as you can use the embedded QEMU instead. However
VMWare Player is free, and far better than QEMU. QEMU bugs and issues have
repeatedly delated Cosmos work, often up to several months at a time.</li>
</ul>
</li>
</ul>
<h3>
Installation</h3>
<ul>
<li>Get source from <a href="http://Cosmos.Codeplex.com">CodePlex</a>.</li>
<li>Run /build/VSIP/install.bat</li>
<li>Run /build/VSIP/install.bat AGAIN</li>
</ul>
</body>
</html>