summaryrefslogtreecommitdiff
path: root/INSTALL.txt
diff options
context:
space:
mode:
authorSam Lantinga <slouken@libsdl.org>2014-07-29 08:04:15 -0700
committerSam Lantinga <slouken@libsdl.org>2014-07-29 08:04:15 -0700
commitabc66099f993a4fa2cf4a5f935751cc366f05d8f (patch)
treef50355f1936bb9d523ad0d48c1196e5970c6bd9f /INSTALL.txt
parent4f3a0f0ff1163a411779e6fcac9cf9f44ceaeb14 (diff)
Moved documentation to docs, recreated a simple README.txt, fixed build
Diffstat (limited to 'INSTALL.txt')
-rw-r--r--INSTALL.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/INSTALL.txt b/INSTALL.txt
index ce77664c99..2df10bdd70 100644
--- a/INSTALL.txt
+++ b/INSTALL.txt
@@ -9,7 +9,7 @@ To compile and install SDL:
* Run './configure; make; make install'
Mac OS X with Xcode:
- * Read README-macosx.txt
+ * Read docs/README-macosx.md
Mac OS X from the command line:
* Run './configure; make; make install'
@@ -18,13 +18,13 @@ To compile and install SDL:
* Run './configure; make; make install'
Android:
- * Read README-android.txt
+ * Read docs/README-android.md
iOS:
- * Read README-ios.txt
+ * Read docs/README-ios.md
Using Cmake:
- * Read README-cmake.txt
+ * Read docs/README-cmake.md
2. Look at the example programs in ./test, and check out the online
documentation at http://wiki.libsdl.org/