compiler/libec: Fixed warning on using templated type with printf
[sdk] / configure
old mode 100644 (file)
new mode 100755 (executable)
index 066bfd7..40e67c2
--- a/configure
+++ b/configure
@@ -7,9 +7,12 @@ echo "The Ecere cross-platform SDK is pre-configured. Just type:
       to the path and set SYSROOT to the SDK directory. e.g. with Xcode 4.5.2:
 
                export PATH=$PATH:/Applications/Xcode.app/Contents/Developer/usr/bin
-      export SYSROOT=/Applications/Xcode.app/Contents/Developer/SDKs/MacOSX10.7.sdk
+      export SYSROOT=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
       make;
-                               (Lion™/Xcode 4.5.2™ recommended)
+                               (Lion™/Xcode™ 4.5.2 recommended)
+            Also tested on Mavericks with XCode 5, but debugger integration will not work without GDB.
+
+      It's also recommended to install XQuartz.
 
 
 or simply      make;  if you are on GNU/Linux™