From d338b3c444678e73a04923a3199a7ffa8088d4ba Mon Sep 17 00:00:00 2001 From: mcmartin Date: Sun, 7 Jan 2007 05:46:55 +0000 Subject: [PATCH] Fixed and updated URLs for Express MSVC and TortoiseSVN. git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2644 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/INSTALL.msvc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sc2/INSTALL.msvc b/sc2/INSTALL.msvc index 66aa0c576..d3118888a 100644 --- a/sc2/INSTALL.msvc +++ b/sc2/INSTALL.msvc @@ -11,7 +11,7 @@ systems some will be slightly different. 1. Install the Microsoft development environment 1.1. Install Microsoft Visual C++ 2005 Express Edition: -- Download the installer from http://www.tortoisecvs.org/download.shtml +- Download the installer from http://msdn.microsoft.com/vstudio/express/visualc/ - Run the installer, and follow the instructions. There's no need to register your copy of MSVC++ to use it for compiling UQM. @@ -23,9 +23,9 @@ systems some will be slightly different. 2. Install the tools needed to install all the requirements: -2.1. Install TortoiseCVS, a CVS client which we will use to check out the most +2.1. Install TortoiseSVN, a Subversion client which we will use to check out the most recent development version of the UQM source: -- Download the installer from http://www.tortoisecvs.org/download.shtml +- Download the installer from http://tortoisesvn.net/downloads - Run the installer, and follow the instructions 2.2. Install WinZip, which we use to extract the compressed .zip files.