summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorLorry <lorry@roadtrain.codethink.co.uk>2012-07-18 21:35:23 +0100
committerLorry <lorry@roadtrain.codethink.co.uk>2012-07-18 21:35:23 +0100
commit54068aa116eb79cf0e02296b763318ad65ead724 (patch)
tree9881e0ae8b0f117aa857117e0009f50c70e01782 /INSTALL
downloadspeex-54068aa116eb79cf0e02296b763318ad65ead724.tar.gz
Tarball conversion
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL8
1 files changed, 8 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
new file mode 100644
index 0000000..a2482ca
--- /dev/null
+++ 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 SVN, you will need to run "autogen.sh"
+instead of "configure".