Ryan C. Gordon 979de761c9 audio: Removed internal SDL_audiomem.h and macros. 8 tahun lalu
..
Cygwin 3dcb451f85 Added a README file regarding WinRT support 11 tahun lalu
Linux 42065e785d Updated copyright to 2016 9 tahun lalu
MinGW 42065e785d Updated copyright to 2016 9 tahun lalu
VisualC 979de761c9 audio: Removed internal SDL_audiomem.h and macros. 8 tahun lalu
Xcode 979de761c9 audio: Removed internal SDL_audiomem.h and macros. 8 tahun lalu
Xcode-iOS 979de761c9 audio: Removed internal SDL_audiomem.h and macros. 8 tahun lalu
config 42065e785d Updated copyright to 2016 9 tahun lalu
patches 3dcb451f85 Added a README file regarding WinRT support 11 tahun lalu
projects 42065e785d Updated copyright to 2016 9 tahun lalu
util 42065e785d Updated copyright to 2016 9 tahun lalu
README-cygwin.txt 3dcb451f85 Added a README file regarding WinRT support 11 tahun lalu
README-ios.txt 2bf6f1bcb7 Added initial support for MFi game controllers on iOS. 9 tahun lalu
README-linux.txt 3dcb451f85 Added a README file regarding WinRT support 11 tahun lalu
README-macosx.txt 059579e48f Fixed bug 2696 - Mac: fix display mode refresh rate calculation 10 tahun lalu
README-mingw.txt 3dcb451f85 Added a README file regarding WinRT support 11 tahun lalu
README-windows.txt 3dcb451f85 Added a README file regarding WinRT support 11 tahun lalu
README.txt 3dcb451f85 Added a README file regarding WinRT support 11 tahun lalu
changelog 3dcb451f85 Added a README file regarding WinRT support 11 tahun lalu
premake4.lua 42065e785d Updated copyright to 2016 9 tahun lalu

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.