mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-21 05:18:38 +00:00
48 lines
2 KiB
HTML
48 lines
2 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>Visual Studio 2008 Professional or higher<ul>
|
|
<li>Express Editions will be supported again in the near future</li>
|
|
<li>Visual Studio 2010 is not currently supported</li>
|
|
</ul>
|
|
</li>
|
|
<li>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>
|
|
</ul>
|
|
</li>
|
|
<li>Visual Studio 2008 Service Pack 1</li>
|
|
<li><a href="http://www.microsoft.com/downloads/details.aspx?familyid=CF13EA45-D17B-4EDC-8E6C-6C5B208EC54D&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><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>
|
|
</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>
|