From: rambetter Date: Thu, 24 Feb 2011 04:14:47 +0000 (+0000) Subject: Updating Windows compile guide after the major overhaul of Windows X-Git-Tag: xonotic-v0.7.0~16^2~11^2~16 X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fnetradiant.git;a=commitdiff_plain;h=69fb7e4ba4c3c59e019504778e719ffbdd1f091d;ds=inline Updating Windows compile guide after the major overhaul of Windows build system. git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@477 8a3a26a2-13c4-0310-b231-cf6edde360e5 --- diff --git a/windows_compile_guide/index.html b/windows_compile_guide/index.html index 54cb9c1f..ece766a9 100644 --- a/windows_compile_guide/index.html +++ b/windows_compile_guide/index.html @@ -290,7 +290,7 @@ $ scons target=setup

Start Microsoft Visual C++. From the "File" menu, choose "Open" -> "Project/Solution...". Navigate to your GtkRadiant directory (in my case C:\MinGW\msys\1.0\home\rambetter\radiant-work\GtkRadiant). - Choose the project file radiant_VC9.sln from this directory. + Choose the project file radiant.sln from this directory.

You now have the GtkRadiant project loaded in Visual C++. You can poke around if you like, e.g. open up some source code @@ -307,13 +307,13 @@ $ scons target=setup

To build GtkRadiant, choose "Build Solution" from the "Build" menu. The build will take - about 5 minutes [on a Pentium 4 with HTT], so this would be a good time to go get coffee. + about 10 minutes [on a Pentium 4 with HTT], so this would be a good time to go get a cup of tea.

If the build completes successfully, you will get a message similar to the following in the output of Visual C++:

-
radiant - 0 error(s), 1 warning(s)
-========== Build: 20 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========
+      
radiant - 0 error(s), 0 warning(s)
+========== Build: 37 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========