From: MrBougo Date: Sat, 3 Jul 2010 06:52:00 +0000 (+0000) Subject: added a note for 64bit, I'll make a zip later X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=ad75825ab6b0e98afc835c49e06be04cf0bde8d5;p=xonotic%2Fxonotic.wiki.git added a note for 64bit, I'll make a zip later (Commit created by redmine exporter script from page "Outdated_Compiling_In_Windows" version 3) --- diff --git a/Outdated_Compiling_In_Windows.textile b/Outdated_Compiling_In_Windows.textile index 6448802..dfbac9a 100644 --- a/Outdated_Compiling_In_Windows.textile +++ b/Outdated_Compiling_In_Windows.textile @@ -59,6 +59,11 @@ if [ $MSYSTEM == MINGW32 ]; then export PATH=".:/usr/local/bin:/mingw/bin:/bin:$PATH" +*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: +
+PATH="/c/Program Files (x86)/Git/bin:$PATH"
+
+ Alternatively, you can get the modified profile file in the attachments at the bottom of this page. h2. Compiling and running the game