Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Moved documentation to docs, recreated a simple README.txt, fixed build
  • Loading branch information
slouken committed Jul 29, 2014
1 parent f982d08 commit e76fecc
Show file tree
Hide file tree
Showing 24 changed files with 25 additions and 4 deletions.
8 changes: 4 additions & 4 deletions INSTALL.txt
Expand Up @@ -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'
Expand All @@ -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/
Expand Down
File renamed without changes.
21 changes: 21 additions & 0 deletions 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)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit e76fecc

Please sign in to comment.