--- web/trunk/www.linuxsampler.org/msys.html 2008/12/14 22:33:46 1810 +++ web/trunk/www.linuxsampler.org/msys.html 2008/12/20 19:17:23 1811 @@ -64,7 +64,7 @@ from www.gtk.org.)

Download the gtkmm windows installer, -gtkmm-win32-runtime-2.14.1-3.exe, +gtkmm-win32-devel-2.14.3-2.exe, from www.gtkmm.org, and run it. Let the installer adjust the PATH variable as it wants.

@@ -87,6 +87,10 @@

Run the postinstall\pi.bat file and specify your MinGW directory.

+

Download, also from "MSYS Base System, Technology Preview: +MSYS-1.0.11":

+ +
gawk-3.1.5-MSYS-1.0.11-1.tar.bz2 **

Download from "MSYS Supplementary Tools, Technology Preview: Tools for MSYS-1.0.11":

@@ -111,8 +115,9 @@
m4-1.4.7-MSYS.tar.bz2 **
-

Extract all these files to the msys directory, by starting msys, -do "cd /" and use tar.

+

Extract all these files to the msys directory, by starting msys, do +"cd /" followed by "tar xjf filename" for .tar.bz2 files and +"tar xzf filename" for .tar.gz files.

5.  ASIO SDK

@@ -163,12 +168,18 @@

10.  MSYS setup

-

Add the gtkmm aclocal directory to the list of extra directories used -by autoconf (make sure the gtkmm path is the one where you installed -it):

- -
echo "/c/Program Files/gtkmm/share/aclocal" >> /usr/local/share/aclocal/dirlist
+

Add the gtkmm aclocal directory to the list of extra directories +used by autoconf. (Make sure the gtkmm path is the one where you +installed it. The space in "Program Files" causes problems, so the +short file name form is used here):

+ +
echo "/c/Progra~1/gtkmm/share/aclocal" >> /usr/local/share/aclocal/dirlist
+ +

Add the gtkmm bin directory first in your PATH (the installer has +already added gtkmm to the PATH, but it may have used "Program Files" +with a space in it, which causes configure to fail):

+
export PATH=/c/Progra~1/gtkmm/bin:$PATH

Make sure pkg-config will find the LinuxSampler libraries:

@@ -193,8 +204,8 @@

*** The gettext configure tools also need:

-
export CPPFLAGS="-I/c/Program Files/gtkmm/include"
-export LDFLAGS="-L/c/Program Files/gtkmm/lib"
+
export CPPFLAGS="-I/c/Progra~1/gtkmm/include"
+export LDFLAGS="-L/c/Progra~1/gtkmm/lib"

11.  Building libsndfile