Mercurial > sdl-ios-xcode
comparison README.QNX @ 266:c6abdda2f666
Added QNX cleanups by Mike Gorchak (thanks!)
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Fri, 18 Jan 2002 18:14:03 +0000 |
parents | |
children | 04351f59b051 |
comparison
equal
deleted
inserted
replaced
265:35d9c8a5aa10 | 266:c6abdda2f666 |
---|---|
1 README by Mike Gorchak <mike@malva.com.ua> | |
2 | |
3 Experimentally added OpenGL support in window mode (in fullscreen | |
4 mode not yet). If you have QNX RtP v6.1.0 w/ or w/o Patch A you need | |
5 to download new Photon3D runtime from http://developers.qnx.com. The | |
6 versions of OS before 6.1.0 is not supported. OpenGL support is very | |
7 raw. It is often fail. | |
8 | |
9 Some building issues: | |
10 | |
11 Run configure script without x11 support, e.g.: | |
12 | |
13 ./configure --prefix=/usr/local --disable-video-x11 | |
14 | |
15 In test directory also run ./configure script without x11 support, e.g.: | |
16 | |
17 ./configure --with-sdl-prefix=/usr/local \ | |
18 --with-sdl-exec-prefix=/usr/local \ | |
19 --prefix=/usr/local --without-x |