Browse Source

Moved documentation to docs, recreated a simple README.txt, fixed build

Sam Lantinga 10 years ago
parent
commit
e76fecc4ed

+ 4 - 4
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/

+ 0 - 0
doc/README-SDL.md → README-SDL.txt


+ 21 - 0
README.txt

@@ -0,0 +1,21 @@
+
+                         Simple DirectMedia Layer
+
+                                  (SDL)
+
+                                Version 2.0
+
+---
+http://www.libsdl.org/
+
+Simple DirectMedia Layer is a cross-platform development library designed
+to provide low level access to audio, keyboard, mouse, joystick, and graphics
+hardware via OpenGL and Direct3D. It is used by video playback software,
+emulators, and popular games including Valve's award winning catalog
+and many Humble Bundle games.
+
+More extensive documentation is available in the docs directory, starting
+with README.md
+
+Enjoy!
+	Sam Lantinga				(slouken@libsdl.org)

+ 0 - 0
doc/README-android.md → docs/README-android.md


+ 0 - 0
doc/README-cmake.md → docs/README-cmake.md


+ 0 - 0
doc/README-directfb.md → docs/README-directfb.md


+ 0 - 0
doc/README-dynapi.md → docs/README-dynapi.md


+ 0 - 0
doc/README-gesture.md → docs/README-gesture.md


+ 0 - 0
doc/README-hg.md → docs/README-hg.md


+ 0 - 0
doc/README-ios.md → docs/README-ios.md


+ 0 - 0
doc/README-linux.md → docs/README-linux.md


+ 0 - 0
doc/README-macosx.md → docs/README-macosx.md


+ 0 - 0
doc/README-nacl.md → docs/README-nacl.md


+ 0 - 0
doc/README-pandora.md → docs/README-pandora.md


+ 0 - 0
doc/README-platforms.md → docs/README-platforms.md


+ 0 - 0
doc/README-porting.md → docs/README-porting.md


+ 0 - 0
doc/README-psp.md → docs/README-psp.md


+ 0 - 0
doc/README-raspberrypi.md → docs/README-raspberrypi.md


+ 0 - 0
doc/README-touch.md → docs/README-touch.md


+ 0 - 0
doc/README-wince.md → docs/README-wince.md


+ 0 - 0
doc/README-windows.md → docs/README-windows.md


+ 0 - 0
doc/README-winrt.md → docs/README-winrt.md


+ 0 - 0
doc/README.md → docs/README.md


+ 0 - 0
doc/doxyfile → docs/doxyfile