README-cygwin.txt 1.6 KB

1234567891011121314151617181920212223242526272829
  1. There is a script in the Cygwin/build-scripts folder for generating a series of
  2. GNU makefiles for building the SDL2 project and some parts of its test suite.
  3. These work similarly to the MinGW makefiles, but the overall Cygwin project has
  4. significant limitations.
  5. The current project will not build correctly. It's experimental and has a lot of
  6. tweaking needed to be built. It was built successfully once, but it has not been
  7. maintained in any way.
  8. The Cygwin project is limited in that it is not expected to be able to run
  9. anything visual at all. It is not difficult to enable all of the visual tests
  10. and support (such as X11 support or OpenGL), but it is not a goal for this
  11. project. For the complexity of having a compatible desktop environment setup on
  12. Cygwin, it's assumed that will not be the case for most users of the generated
  13. Cygwin project. As a result, only the core tests and library are built for
  14. Cygwin, focusing on things like thread support, file operations, and various
  15. system queries and information gathering.
  16. The Cygwin directory does have automated tests to run through the tests
  17. supported by Cygwin. It also has separate build scripts for both debug and
  18. release builds, though this is assuming the GNU make utility is located in the
  19. user's PATH.
  20. The Cygwin project has no outstanding dependencies, since it is designed to be
  21. mostly minimalistic and just relied on the POSIX functionality provided by
  22. Cygwin.
  23. Like the other projects, you may cleanup the entire directory of any generated
  24. or built files using the clean script located in Cygwin/build-scripts.