diff --git a/README.html b/README.html index 450b5b0..110dd65 100644 --- a/README.html +++ b/README.html @@ -133,6 +133,17 @@ directly and remove the following definition:
+#define SOUNDTOUCH_ALLOW_X86_OPTIMIZATIONS 1
+ The GNU compilation does not automatically create a shared-library version of + SoundTouch (.so or .dll). If such is desired, then you can create it as follows + after running the usual compilation:
+++g++ -shared -static -DDLL_EXPORTS -I../../include -o SoundTouch.dll \ + SoundTouchDLL.cpp ../SoundTouch/.libs/libSoundTouch.a +strip SoundTouch.dll+
Moral greetings to all other contributors and users also!
+ README.html file updated on 29-Sep-2012