--- web/trunk/www.linuxsampler.org/msys.html 2009/03/11 18:23:35 1860 +++ web/trunk/www.linuxsampler.org/msys.html 2009/03/11 18:45:42 1861 @@ -10,7 +10,7 @@

Windows Build Instructions   msys logo   HOWTO by Andreas Persson


-
December 28th, 2008

+
March 11th, 2009

1.  Introduction
2.  MinGW
@@ -146,7 +146,7 @@ documentation, so it needs the xsltproc command. Download from ftp://ftp.zlatkovic.com/pub/libxml/:

-
libxml2-2.7.2+.win32.zip
+
libxml2-2.7.3.win32.zip
 libxslt-1.1.24.win32.zip

Copy the contents of the bin directories from both zip files to a @@ -202,20 +202,17 @@

The windows precompiled version of libsndfile doesn't include the neccessary pkg-config file, so it's best to build libsndfile -yourself. Download libsndfile-1.0.17.tar.gz +yourself. Download libsndfile-1.0.19.tar.gz from www.mega-nerd.com and extract it to your $HOME:

cd
-tar xzf libsndfile-1.0.17.tar.gz
+tar xzf libsndfile-1.0.19.tar.gz
-

To prevent a compilation error for the test cases, add

+

Build and install:

-
#include <stdint.h>
- -

to tests/utils.h.

- -
./configure
+
cd libsndfile-1.0.19
+./configure
 make
 make install