Simple Directmedia Layer
at main 16 lines 569 B view raw view rendered
1git 2========= 3 4The latest development version of SDL is available via git. 5Git allows you to get up-to-the-minute fixes and enhancements; 6as a developer works on a source tree, you can use "git" to mirror that 7source tree instead of waiting for an official release. Please look 8at the Git website ( https://git-scm.com/ ) for more 9information on using git, where you can also download software for 10macOS, Windows, and Unix systems. 11 12 git clone https://github.com/libsdl-org/SDL 13 14There is a web interface to the Git repository at: 15 http://github.com/libsdl-org/SDL/ 16