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