From 7903e083b0fbbb25b8c53d62999f97da4712904c Mon Sep 17 00:00:00 2001 From: mcmartin Date: Sun, 7 Jan 2007 08:58:43 +0000 Subject: [PATCH] Completed updates to MSVC build instructions. git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2645 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/INSTALL.msvc | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/sc2/INSTALL.msvc b/sc2/INSTALL.msvc index d3118888a..042d2a460 100644 --- a/sc2/INSTALL.msvc +++ b/sc2/INSTALL.msvc @@ -75,10 +75,11 @@ packages. 4.1. Checkout the UQM source - Open the folder "C:\" -- Right click on "Build", and select "CVS Checkout..." -- In the "CVSROOT:" field input - :pserver:anonymous@sc2.cvs.sourceforge.net/cvsroot/sc2 -- In the "module" field input "sc2" +- Right click on "Build", and select "SVN Checkout..." +- In the "URL of repository" field input + https://sc2.svn.sourceforge.net/svnroot/sc2/trunk/sc2/ +- In the "Checkout directory" field input + C:\Build\sc2 - Press ok and the checkout will begin. This may take a while. A folder "sc2" will be created in "C:\Build\".