From 91ef36f24910f8f216b0c0af2a602bde088d2078 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Mon, 14 Dec 2009 23:43:57 +0000 Subject: [PATCH] Added svn checkout install step --- INSTALL | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/INSTALL b/INSTALL index 1a30fba00..2f40e0c41 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: