tizen_policy: change version of tizen_policy to 7
[platform/upstream/SDL.git] / INSTALL.txt
index 2df10bd..66e5706 100644 (file)
@@ -1,40 +1,40 @@
-\r
-To compile and install SDL:\r
-\r
-    1.  Windows with Visual Studio:\r
-        * Read VisualC.html\r
-\r
-        Windows with gcc, either native or cross-compiling:\r
-        * Read the FAQ at http://wiki.libsdl.org/moin.fcg/FAQWindows\r
-        * Run './configure; make; make install'\r
-\r
-        Mac OS X with Xcode:\r
-        * Read docs/README-macosx.md\r
-\r
-        Mac OS X from the command line:\r
-        * Run './configure; make; make install'\r
-\r
-        Linux and other UNIX systems:\r
-        * Run './configure; make; make install'\r
-\r
-        Android:\r
-        * Read docs/README-android.md\r
-\r
-        iOS:\r
-        * Read docs/README-ios.md\r
-\r
-        Using Cmake:\r
-        * Read docs/README-cmake.md\r
-\r
-    2.  Look at the example programs in ./test, and check out the online\r
-        documentation at http://wiki.libsdl.org/\r
-\r
-    3.  Join the SDL developer mailing list by sending E-mail to\r
-       sdl-request@libsdl.org\r
-        and put "subscribe" in the subject of the message.\r
-\r
-        Or alternatively you can use the web interface:\r
-            http://www.libsdl.org/mailing-list.php\r
-\r
-That's it!\r
-Sam Lantinga <slouken@libsdl.org>\r
+
+To compile and install SDL:
+
+    1.  Windows with Visual Studio:
+        * Read VisualC.html
+
+        Windows with gcc, either native or cross-compiling:
+        * Read the FAQ at http://wiki.libsdl.org/moin.fcg/FAQWindows
+        * Run './configure; make; make install'
+
+        Mac OS X with Xcode:
+        * Read docs/README-macosx.md
+
+        Mac OS X from the command line:
+        * Run './configure; make; make install'
+
+        Linux and other UNIX systems:
+        * Run './configure; make; make install'
+
+        Android:
+        * Read docs/README-android.md
+
+        iOS:
+        * Read docs/README-ios.md
+
+        Using Cmake:
+        * Read docs/README-cmake.md
+
+    2.  Look at the example programs in ./test, and check out the online
+        documentation at http://wiki.libsdl.org/
+
+    3.  Join the SDL developer mailing list by sending E-mail to
+       sdl-request@libsdl.org
+        and put "subscribe" in the subject of the message.
+
+        Or alternatively you can use the web interface:
+            http://www.libsdl.org/mailing-list.php
+
+That's it!
+Sam Lantinga <slouken@libsdl.org>