summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorSam Lantinga <slouken@libsdl.org>2009-12-14 23:43:57 +0000
committerSam Lantinga <slouken@libsdl.org>2009-12-14 23:43:57 +0000
commita7733bcb17d8ef1949b8be65e612096e7bbc695a (patch)
tree7bb75ec99b32bfb72328e1332e7c217bf4ca9d82 /INSTALL
parent0158b925d34907cc7f1c2b2a13c5f6df6f8890aa (diff)
Added svn checkout install step
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%404310
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL4
1 files changed, 4 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index 1a30fba0..2f40e0c4 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,6 +1,10 @@
To compile and install SDL:
+ 0. If you have downloaded this from the website, skip to the next step.
+ If you have checked this out from subversion, you'll need to run
+ ./autogen.sh to build the configure script.
+
1. Run './configure; make; make install'
If you are compiling for Windows using gcc, read the FAQ at: