ecere/gui/Anchor: Fixed stringification on empty anchor
[sdk] / configure
1 echo "The Ecere cross-platform SDK is pre-configured. Just type:
2
3                 mingw32-make; if you're on Microsoft® Windows™
4                                 You need MinGW or MinGW-w64. We recommend TDM-GCC.
5             For best results, use the version bundled with the latest Ecere installer for Windows.
6                ( http://ecere.org/install/windows )
7
8       If you're on Apple® Mac™ OS X™, first add your toolchain bin directory
9       to the path and set SYSROOT to the SDK directory. e.g. with Xcode 4.5.2:
10
11                 export PATH=$PATH:/Applications/Xcode.app/Contents/Developer/usr/bin
12       export SYSROOT=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
13       make;
14                                 (Lion™/Xcode™ 4.5.2 recommended)
15             Also tested on Mavericks with XCode 5, but debugger integration will not work without GDB.
16
17       It's also recommended to install XQuartz.
18
19
20 or simply       make;  if you are on GNU/Linux™
21
22
23 The SDK can probably be built on BSD and other Unixes with some additional
24 jiggery-pokery."