Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xiph/speex.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjmvalin <jmvalin@0101bb08-14d6-0310-b084-bc0e0c8e3800>2002-03-28 00:16:30 +0300
committerjmvalin <jmvalin@0101bb08-14d6-0310-b084-bc0e0c8e3800>2002-03-28 00:16:30 +0300
commit04d613149113b60c8e8ac751c097012c059264cb (patch)
treebb190e33627549531a88f502369008cd43b10d81 /INSTALL
parent860ae3c4fee9131c7330af211a24e612795e1bd8 (diff)
All debug printf's are now within #ifdef DEBUG
git-svn-id: http://svn.xiph.org/trunk/speex@3194 0101bb08-14d6-0310-b084-bc0e0c8e3800
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL8
1 files changed, 8 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index e69de29..15f2e5f 100644
--- a/INSTALL
+++ b/INSTALL
@@ -0,0 +1,8 @@
+Installing Speex is as easy as:
+
+% ./configure [--prefix=<install-path>]
+% make
+% make install
+
+Note that if you are using the code from CVS, you will need to run "autogen.sh"
+instead of "configure".