]> git.xonotic.org Git - xonotic/xonotic.wiki.git/commitdiff
added a note for 64bit, I'll make a zip later
authorMrBougo <bougospam@gmail.com>
Sat, 3 Jul 2010 06:52:00 +0000 (06:52 +0000)
committerRedmineExport <redmineexport@dev.xonotic.org>
Mon, 17 Nov 2014 17:53:33 +0000 (17:53 +0000)
(Commit created by redmine exporter script from page "Outdated_Compiling_In_Windows" version 3)

Outdated_Compiling_In_Windows.textile

index 64488020d74de5cf80f695687d7e7090d25e60ff..dfbac9adace0c561a82e707e739553306c79e094 100644 (file)
@@ -59,6 +59,11 @@ if [ $MSYSTEM == MINGW32 ]; then
   export PATH=".:/usr/local/bin:/mingw/bin:/bin:$PATH"
 </pre>
 
+*NOTE*: If you're using a 64-bit Windows, it is possible that Git was installed in c:\Program Files (x86)\Git. The inserted line in the profile file should then be:
+<pre>
+PATH="/c/Program Files (x86)/Git/bin:$PATH"
+</pre>
+
 Alternatively, you can get the modified profile file in the attachments at the bottom of this page.
 
 h2. Compiling and running the game