compiler/libec/lexer, loadSymbols: (#1008) Fixed lexer mix ups
[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: http://www.mingw.org/)
5
6       If you're on Apple® Mac™ OS X™, first add your toolchain bin directory
7       to the path and set SYSROOT to the SDK directory. e.g. with Xcode 4.5.2:
8
9                 export PATH=$PATH:/Applications/Xcode.app/Contents/Developer/usr/bin
10       export SYSROOT=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
11       make;
12                                 (Lion™/Xcode 4.5.2™ recommended)
13
14
15 or simply       make;  if you are on GNU/Linux™
16
17
18 The SDK can probably be built on BSD and other Unixes with some additional
19 jiggery-pokery."