🛠️🐜 Antkeeper superbuild with dependencies included https://antkeeper.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
667 B

  1. git
  2. =========
  3. The latest development version of SDL is available via git.
  4. Git allows you to get up-to-the-minute fixes and enhancements;
  5. as a developer works on a source tree, you can use "git" to mirror that
  6. source tree instead of waiting for an official release. Please look
  7. at the Git website ( https://git-scm.com/ ) for more
  8. information on using git, where you can also download software for
  9. macOS, Windows, and Unix systems.
  10. git clone https://github.com/libsdl-org/SDL
  11. If you are building SDL via configure, you will need to run autogen.sh
  12. before running configure.
  13. There is a web interface to the Git repository at:
  14. http://github.com/libsdl-org/SDL/