]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - windows_compile_guide/index.html
- Updated Windows build doc, very slight revision. Changed 37 targets to 38.
[xonotic/netradiant.git] / windows_compile_guide / index.html
index 238a87affbd5c65633f123de881b589112eb5fa9..bb850bc35e2772bba621427461d496e497335516 100644 (file)
@@ -70,7 +70,8 @@
     <h3>Step B: Extract</h3>
     <p>
       Extract the zip file you just downloaded to <tt>C:\MinGW</tt> .  I would use that exact location; I will be referring to
-      that location in the rest of the instructions.  After extraction, double check that there exists a file
+      that location in the rest of the instructions.  <font color="#ff0000">If you choose a different location, make sure that there is no space in
+      the path.</font>  After extraction, double check that there exists a file
       <tt>C:\MinGW\bin\mingw-get.exe</tt> .  If such a file does not exist, you extracted at an incorrect level or you downloaded
       the wrong zip archive.
     </p>
@@ -289,7 +290,7 @@ $ <b>scons target=setup</b>
     <p>
       Start Microsoft Visual C++.  From the "File" menu, choose "Open" -> "Project/Solution...".
       Navigate to your <tt>GtkRadiant</tt> directory (in my case <tt>C:\MinGW\msys\1.0\home\rambetter\radiant-work\GtkRadiant</tt>).
-      Choose the project file <tt>radiant_VC9.sln</tt> from this directory.
+      Choose the project file <tt>radiant.sln</tt> from this directory.
     </p>
     <p>
       You now have the GtkRadiant project loaded in Visual C++.  You can poke around if you like, e.g. open up some source code
@@ -306,13 +307,13 @@ $ <b>scons target=setup</b>
     </table>
     <p>
       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.
     </p>
     <p>If the build completes successfully, you will get a message similar to the following in the output
       of Visual C++:</p>
     <blockquote>
-      <pre width="80" style="background: #CCCCCC; padding: 2mm; border-style: ridge">radiant - 0 error(s), 1 warning(s)
-========== Build: 20 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========
+      <pre width="80" style="background: #CCCCCC; padding: 2mm; border-style: ridge">radiant - 0 error(s), 0 warning(s)
+========== Build: 38 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========
 </pre>
     </blockquote>
     <hr />