summaryrefslogtreecommitdiff
path: root/Client/ThirdParty/SDL2/docs/README-git.md
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2021-12-13 00:07:19 +0800
committerchai <chaifix@163.com>2021-12-13 00:07:19 +0800
commit60cbbdec07ab7a5636eac5b3c024ae44e937f4d4 (patch)
treeb2c7b0a868f18159dbc43d8954e1bd7668549a88 /Client/ThirdParty/SDL2/docs/README-git.md
+init
Diffstat (limited to 'Client/ThirdParty/SDL2/docs/README-git.md')
-rw-r--r--Client/ThirdParty/SDL2/docs/README-git.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/Client/ThirdParty/SDL2/docs/README-git.md b/Client/ThirdParty/SDL2/docs/README-git.md
new file mode 100644
index 0000000..3f03488
--- /dev/null
+++ b/Client/ThirdParty/SDL2/docs/README-git.md
@@ -0,0 +1,19 @@
+git
+=========
+
+The latest development version of SDL is available via git.
+Git allows you to get up-to-the-minute fixes and enhancements;
+as a developer works on a source tree, you can use "git" to mirror that
+source tree instead of waiting for an official release. Please look
+at the Git website ( https://git-scm.com/ ) for more
+information on using git, where you can also download software for
+macOS, Windows, and Unix systems.
+
+ git clone https://github.com/libsdl-org/SDL
+
+If you are building SDL via configure, you will need to run autogen.sh
+before running configure.
+
+There is a web interface to the Git repository at:
+ http://github.com/libsdl-org/SDL/
+