Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is it posible to install in Windows? how? #5

Open
rubenmedrano opened this issue Apr 18, 2018 · 1 comment
Open

Is it posible to install in Windows? how? #5

rubenmedrano opened this issue Apr 18, 2018 · 1 comment

Comments

@rubenmedrano
Copy link

Thank you!

@jrising
Copy link
Owner

jrising commented Apr 19, 2018

I think it should be possible. You'll first need to install the soundtouch library itself, and there's a section in the README for building it in Windows:

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.

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 under the "SoundTouch\bin"
directory. If using the Visual Studio IDE instead of the make-win.bat script, directories bin and
lib may need to be created manually to the SoundTouch
package root for the final executables. The make-win.bat script
creates these directories automatically.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants