/[svn]/web/trunk/www.linuxsampler.org/msys.html
ViewVC logotype

Diff of /web/trunk/www.linuxsampler.org/msys.html

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1807 by persson, Sun Dec 14 13:55:43 2008 UTC revision 1812 by persson, Sat Dec 20 19:32:04 2008 UTC
# Line 10  Line 10 
10  <body>  <body>
11  <h2 align="center">Windows Build Instructions &nbsp; <img src="gfx/logos/msys.png" alt="msys logo"> &nbsp; HOWTO by Andreas Persson</h2>  <h2 align="center">Windows Build Instructions &nbsp; <img src="gfx/logos/msys.png" alt="msys logo"> &nbsp; HOWTO by Andreas Persson</h2>
12  <br>  <br>
13  <center>December&nbsp;14th,&nbsp;2008</center><br>  <center>December&nbsp;20th,&nbsp;2008</center><br>
14  <div style="background-color: #F4F4FF; margin: 1em 3em 1em 3em; padding: 1em 1em 1em 2.2em;">  <div style="background-color: #F4F4FF; margin: 1em 3em 1em 3em; padding: 1em 1em 1em 2.2em;">
15  <a href="#intro">1.&nbsp; Introduction</a><br>  <a href="#intro">1.&nbsp; Introduction</a><br>
16  <a href="#mingw">2.&nbsp; MinGW</a><br>  <a href="#mingw">2.&nbsp; MinGW</a><br>
# Line 64  download just GLib and pkg-config Line 64  download just GLib and pkg-config
64  from <a href="http://www.gtk.org">www.gtk.org</a>.)</p>  from <a href="http://www.gtk.org">www.gtk.org</a>.)</p>
65    
66  <p>Download the gtkmm windows installer,  <p>Download the gtkmm windows installer,
67  gtkmm-win32-runtime-2.14.1-3.exe,  gtkmm-win32-devel-2.14.3-2.exe,
68  from <a href="http://www.gtkmm.org">www.gtkmm.org</a>, and run it. Let  from <a href="http://www.gtkmm.org">www.gtkmm.org</a>, and run it. Let
69  the installer adjust the PATH variable as it wants.</p>  the installer adjust the PATH variable as it wants.</p>
70    
# Line 87  you can unpack with the tar included in Line 87  you can unpack with the tar included in
87  <p>Run the postinstall\pi.bat file and specify your MinGW  <p>Run the postinstall\pi.bat file and specify your MinGW
88  directory.</p>  directory.</p>
89    
90    <p>Download, also from "MSYS Base System, Technology Preview:
91    MSYS-1.0.11":</p>
92    
93    <pre>gawk-3.1.5-MSYS-1.0.11-1.tar.bz2 **</pre>
94    
95  <p>Download from "MSYS Supplementary Tools, Technology Preview: Tools for  <p>Download from "MSYS Supplementary Tools, Technology Preview: Tools for
96  MSYS-1.0.11":</p>  MSYS-1.0.11":</p>
# Line 111  msysDTK-1.0.1":</p> Line 115  msysDTK-1.0.1":</p>
115  <pre>m4-1.4.7-MSYS.tar.bz2 **</pre>  <pre>m4-1.4.7-MSYS.tar.bz2 **</pre>
116    
117    
118  <p>Extract all these files to the msys directory, by starting msys,  <p>Extract all these files to the msys directory, by starting msys, do
119  do "cd /" and use tar.</p>  "cd /" followed by "tar xjf <i>filename</i>" for .tar.bz2 files and
120    "tar xzf <i>filename</i>" for .tar.gz files.</p>
121    
122    
123  <h3><a name="asio">5.&nbsp; ASIO SDK</a></h3>  <h3><a name="asio">5.&nbsp; ASIO SDK</a></h3>
# Line 163  for example:</p> Line 168  for example:</p>
168    
169  <h3><a name="setup">10.&nbsp; MSYS setup</a></h3>  <h3><a name="setup">10.&nbsp; MSYS setup</a></h3>
170    
171  <p>Add the gtkmm aclocal directory to the list of extra directories used  <p>Add the gtkmm aclocal directory to the list of extra directories
172  by autoconf (make sure the gtkmm path is the one where you installed  used by autoconf. (Make sure the gtkmm path is the one where you
173  it):</p>  installed it. The space in "Program Files" causes problems, so the
174    short file name form is used here):</p>
175  <pre>echo "/c/Program Files/gtkmm/share/aclocal" >> /usr/local/share/aclocal/dirlist</pre>  
176    <pre>echo "/c/Progra~1/gtkmm/share/aclocal" >> /usr/local/share/aclocal/dirlist</pre>
177    
178    <p>Add the gtkmm bin directory first in your PATH (the installer has
179    already added gtkmm to the PATH, but it may have used "Program Files"
180    with a space in it, which causes configure to fail):</p>
181    
182    <pre>export PATH=/c/Progra~1/gtkmm/bin:$PATH</pre>
183    
184  <p>Make sure pkg-config will find the LinuxSampler libraries:</p>  <p>Make sure pkg-config will find the LinuxSampler libraries:</p>
185    
# Line 193  choose the wrong version:</p> Line 204  choose the wrong version:</p>
204    
205  <p>*** The gettext configure tools also need:</p>  <p>*** The gettext configure tools also need:</p>
206    
207  <pre>export CPPFLAGS="-I/c/Program Files/gtkmm/include"  <pre>export CPPFLAGS="-I/c/Progra~1/gtkmm/include"
208  export LDFLAGS="-L/c/Program Files/gtkmm/lib"</pre>  export LDFLAGS="-L/c/Progra~1/gtkmm/lib"</pre>
209    
210    
211  <h3><a name="sndfile">11.&nbsp; Building libsndfile</a></h3>  <h3><a name="sndfile">11.&nbsp; Building libsndfile</a></h3>

Legend:
Removed from v.1807  
changed lines
  Added in v.1812

  ViewVC Help
Powered by ViewVC