diff --git a/engine/bullet-native-build.txt b/engine/bullet-native-build.txt
index dfc953e73..2112ec36f 100644
--- a/engine/bullet-native-build.txt
+++ b/engine/bullet-native-build.txt
@@ -19,7 +19,7 @@ ALL PLATFORMS
- Android NDK (optional): http://developer.android.com/sdk/ndk/index.html
WINDOWS
-- Install mingw GNU C++ Compiler: http://www.mingw.org/
+- Install mingw-w64 GNU C++ Compiler: http://mingw-w64.sourceforge.net/
- Install CMake: http://www.cmake.org/
Mac OSX
@@ -136,10 +136,14 @@ Commands:
Building on WINDOWS (MinGW/GCC, Recommended)
-----------------------------------
Requirements:
-- GNU C++ Compiler: http://www.mingw.org/
- http://mingw-w64.sourceforge.net/
+- GNU C++ Compiler: http://mingw-w64.sourceforge.net/
+ http://sourceforge.net/projects/mingwbuilds/
- CMake: http://www.cmake.org/
+NOTE: At this time compiling with GCC 4.8.1 fails with a segmentation fault.
+You must use an older GCC version like 4.7.3.
+The second link above (mingwbuilds) offers snapshots of MinGW for GCC 4.7.3.
+
Commands:
> cd bullet-trunk
> cmake . -DBUILD_SHARED_LIBS=OFF -DBUILD_DEMOS:BOOL=OFF -DBUILD_EXTRAS:BOOL=OFF -DCMAKE_BUILD_TYPE=Release . -G "MinGW Makefiles"
diff --git a/engine/nbproject/build-bullet-natives.xml b/engine/nbproject/build-bullet-natives.xml
index 8bb5144be..b6ee5d5a9 100644
--- a/engine/nbproject/build-bullet-natives.xml
+++ b/engine/nbproject/build-bullet-natives.xml
@@ -441,11 +441,12 @@
-
+
+
@@ -455,7 +456,7 @@
-
+
@@ -464,12 +465,13 @@
-
+
-
+
+
@@ -520,7 +522,7 @@
-
+
Downloading bullet source..
@@ -541,8 +543,33 @@
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+