diff --git a/README.html b/README.html index 534c5fa..85baa2a 100644 --- a/README.html +++ b/README.html @@ -356,23 +356,24 @@ AMD K6-2 and Athlon (classic) CPU's; better performing SSE routines are used with AMD processor starting from Athlon XP.
Required GNU tools
-Bash shell, GNU C++ compiler, autoconf and automake tools are required to compile -the SoundTouch library. These are usually included in the Linux distribution, but if -not, install these packages. For example, in Ubuntu these can be acquired and -installed in the "build-essentials" package by the following command:
-sudo apt-get install build-essential-
Problems with configure script or build process
-Due differences between various GNU toolchain versions, you may get errors when running the "configure" script or building the source +
Bash shell, GNU C++ compiler, libtool, autoconf and automake tools are required +for compiling +the SoundTouch library. These are usually included with the GNU/Linux distribution, but if +not, install these packages first. For example, in Ubuntu Linux these can be acquired and +installed with the following command:
+sudo apt-get install automake autoconf libtool build-essential+
Incompatibilities between various GNU toolchain versions may cause errors when running the "configure" script or building the source codes, if your GNU tool versions are not compatible with the versions used for preparing the SoundTouch kit.
-In such case, regenerate the configure script with your local tools by running +
To resolve the issue, regenerate the configure scripts with your local tool +set by running the "./bootstrap" script included in the SoundTouch source code kit. After that, run the configure script and make as usually.
-Compiler issues with non-x86 processors
-SoundTouch works also on non-x86 processors.
-However, in case that you get compiler errors when compiling for non-Intel processor, -then edit the file +
SoundTouch library works also on non-x86 processors.
+However, in case that you get compiler errors when trying to compile for non-Intel processor, edit the file "source\SoundTouch\Makefile.am" and remove the "-msse2" flag on the AM_CXXFLAGS line:
AM_CXXFLAGS=-O3 -fcheck-new -I../../include # Note: -msse2 flag removed!@@ -681,11 +682,14 @@ and command-line switch "-bpm"
Kudos for these people who have submitted bugfixed since SoundTouch v1.3.1:
Moral greetings to all earlier contributors as well!
+Moral greetings to all other contributors as well!
SoundTouch audio processing library