From 7cb0d1cd84def87f09aedad9e451254c91da00ad Mon Sep 17 00:00:00 2001 From: oparviai Date: Tue, 7 Jan 2014 20:26:30 +0000 Subject: Updated README regarding Visual C++ versions --- README.html | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/README.html b/README.html index 5a39bc4..6fc9402 100644 --- a/README.html +++ b/README.html @@ -40,19 +40,11 @@ same time if it's desirable to use floating point sample data instead of 16bit integers. See section "sample data format" for more information.

2.1. Building in Microsoft Windows

-

Project files for Microsoft Visual C++ 6.0 and Visual C++ .NET are -supplied with the source code package.
+

Project files for Microsoft Visual C++ are supplied with the source +code package. Go to Microsoft WWW page to download + +Microsoft Visual Studio Express version for free.

-

Please notice that SoundTouch library uses processor-specific -optimizations for Pentium III and AMD processors. Visual Studio .NET -and later versions supports the required instructions by default, but -Visual Studio 6.0 requires a processor pack upgrade to be installed in -order to support these optimizations. The processor pack upgrade can be -downloaded from Microsoft site at this URL:

-

http://msdn.microsoft.com/en-us/vstudio/aa718349.aspx

-

If the above URL is unavailable or removed, go to http://msdn.microsoft.com and -perform a search with keywords "processor pack".

To build the binaries with Visual C++ compiler, either run "make-win.bat" script, or open the appropriate project files in source code directories with Visual Studio. The final executable will appear -- cgit v1.2.3