ecere/gui/Window: Fixed crash coming back from fullscreen on Linux
[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             Also tested on Mavericks with XCode 5, but debugger integration will not work without GDB.
14
15       It's also recommended to install XQuartz.
16
17
18 or simply       make;  if you are on GNU/Linux™
19
20
21 The SDK can probably be built on BSD and other Unixes with some additional
22 jiggery-pokery."