From ad75825ab6b0e98afc835c49e06be04cf0bde8d5 Mon Sep 17 00:00:00 2001 From: MrBougo Date: Sat, 3 Jul 2010 06:52:00 +0000 Subject: [PATCH] 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) --- Outdated_Compiling_In_Windows.textile | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 2.39.2