diff options
author | 3gg <3gg@shellblade.net> | 2025-08-30 16:53:58 -0700 |
---|---|---|
committer | 3gg <3gg@shellblade.net> | 2025-08-30 16:53:58 -0700 |
commit | 6aaedb813fa11ba0679c3051bc2eb28646b9506c (patch) | |
tree | 34acbfc9840e02cb4753e6306ea7ce978bf8b58e /src/contrib/SDL-2.30.2/docs/README-git.md | |
parent | 8f228ade99dd3d4c8da9b78ade1815c9adf85c8f (diff) |
Update to SDL3
Diffstat (limited to 'src/contrib/SDL-2.30.2/docs/README-git.md')
-rw-r--r-- | src/contrib/SDL-2.30.2/docs/README-git.md | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/src/contrib/SDL-2.30.2/docs/README-git.md b/src/contrib/SDL-2.30.2/docs/README-git.md deleted file mode 100644 index fd12fd9..0000000 --- a/src/contrib/SDL-2.30.2/docs/README-git.md +++ /dev/null | |||
@@ -1,19 +0,0 @@ | |||
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 | |||