From d1e89e0eccc292f9c727a82ffbe422eaffa6c618 Mon Sep 17 00:00:00 2001 From: Javier Serrano Polo Date: Sun, 13 Aug 2006 20:32:22 +0000 Subject: [PATCH] added quick instructions git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@324 0778d3d1-df1d-0410-868b-ea421aaaa00d --- INSTALL | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/INSTALL b/INSTALL index b42a17ac4..3176d6dff 100644 --- a/INSTALL +++ b/INSTALL @@ -1,3 +1,13 @@ +Quick Instructions +================== + + Go to the directory containing the package's source code and type: + + autoreconf + ./configure + make install + lmms + Basic Installation ==================