Alex Szpakowski 3de7c6c2c9 Update SDL2 to the latest hg revision of 2.0.4. 10 years ago
..
Cygwin 6a2aff6450 Added SDL 1c0f6952e65e. 10 years ago
Linux c47a4b56bb Updated SDL2 to the latest Mercurial revision. 10 years ago
MinGW c47a4b56bb Updated SDL2 to the latest Mercurial revision. 10 years ago
VisualC c47a4b56bb Updated SDL2 to the latest Mercurial revision. 10 years ago
Xcode c47a4b56bb Updated SDL2 to the latest Mercurial revision. 10 years ago
Xcode-iOS 3de7c6c2c9 Update SDL2 to the latest hg revision of 2.0.4. 10 years ago
config c47a4b56bb Updated SDL2 to the latest Mercurial revision. 10 years ago
patches 6a2aff6450 Added SDL 1c0f6952e65e. 10 years ago
projects 3de7c6c2c9 Update SDL2 to the latest hg revision of 2.0.4. 10 years ago
util c47a4b56bb Updated SDL2 to the latest Mercurial revision. 10 years ago
README-cygwin.txt 6a2aff6450 Added SDL 1c0f6952e65e. 10 years ago
README-ios.txt 3de7c6c2c9 Update SDL2 to the latest hg revision of 2.0.4. 10 years ago
README-linux.txt 6a2aff6450 Added SDL 1c0f6952e65e. 10 years ago
README-macosx.txt 6a2aff6450 Added SDL 1c0f6952e65e. 10 years ago
README-mingw.txt 6a2aff6450 Added SDL 1c0f6952e65e. 10 years ago
README-windows.txt 6a2aff6450 Added SDL 1c0f6952e65e. 10 years ago
README.txt 6a2aff6450 Added SDL 1c0f6952e65e. 10 years ago
changelog 6a2aff6450 Added SDL 1c0f6952e65e. 10 years ago
premake4.lua c47a4b56bb Updated SDL2 to the latest Mercurial revision. 10 years ago

README-cygwin.txt

There is a script in the Cygwin/build-scripts folder for generating a series of
GNU makefiles for building the SDL2 project and some parts of its test suite.
These work similarly to the MinGW makefiles, but the overall Cygwin project has
significant limitations.

The current project will not build correctly. It's experimental and has a lot of
tweaking needed to be built. It was built successfully once, but it has not been
maintained in any way.

The Cygwin project is limited in that it is not expected to be able to run
anything visual at all. It is not difficult to enable all of the visual tests
and support (such as X11 support or OpenGL), but it is not a goal for this
project. For the complexity of having a compatible desktop environment setup on
Cygwin, it's assumed that will not be the case for most users of the generated
Cygwin project. As a result, only the core tests and library are built for
Cygwin, focusing on things like thread support, file operations, and various
system queries and information gathering.

The Cygwin directory does have automated tests to run through the tests
supported by Cygwin. It also has separate build scripts for both debug and
release builds, though this is assuming the GNU make utility is located in the
user's PATH.

The Cygwin project has no outstanding dependencies, since it is designed to be
mostly minimalistic and just relied on the POSIX functionality provided by
Cygwin.

Like the other projects, you may cleanup the entire directory of any generated
or built files using the clean script located in Cygwin/build-scripts.