summaryrefslogtreecommitdiff
path: root/src/contrib/SDL-2.30.2/docs/README-git.md
diff options
context:
space:
mode:
author3gg <3gg@shellblade.net>2024-05-04 16:51:29 -0700
committer3gg <3gg@shellblade.net>2024-05-04 16:51:29 -0700
commit8222bfe56d4dabe8d92fc4b25ea1b0163b16f3e1 (patch)
tree763389e42276035ac134d94eb1dc32293b88d807 /src/contrib/SDL-2.30.2/docs/README-git.md
Initial commit.
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.md19
1 files changed, 19 insertions, 0 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
new file mode 100644
index 0000000..fd12fd9
--- /dev/null
+++ b/src/contrib/SDL-2.30.2/docs/README-git.md
@@ -0,0 +1,19 @@
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
14If you are building SDL via configure, you will need to run autogen.sh
15before running configure.
16
17There is a web interface to the Git repository at:
18 http://github.com/libsdl-org/SDL/
19