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

github.com/mumble-voip/speexdsp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Matthews <tmatth@videolan.org>2014-12-07 21:18:57 +0300
committerTristan Matthews <tmatth@videolan.org>2014-12-07 21:18:57 +0300
commitdc3f8cfcec95620e47361c9e1ff6dc189754a4a2 (patch)
treed72e09176ff7c8d44cc2b5a908ad84d34e4f0476
parentc8f3cd16c6b7fa0f30f691accb532ab7262a60e8 (diff)
correct INSTALL file
-rw-r--r--INSTALL6
1 files changed, 3 insertions, 3 deletions
diff --git a/INSTALL b/INSTALL
index a2482ca..1920150 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,8 +1,8 @@
-Installing Speex is as easy as:
+Installing SpeexDSP 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".
+Note that if you are using the code from git you will need to run "autogen.sh"
+and then "configure".