/[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 1821 by persson, Sun Dec 28 09:51:50 2008 UTC revision 1861 by persson, Wed Mar 11 18:45:42 2009 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;28th,&nbsp;2008</center><br>  <center>March&nbsp;11th,&nbsp;2009</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 146  install it.</p> Line 146  install it.</p>
146  documentation, so it needs the xsltproc command. Download from  documentation, so it needs the xsltproc command. Download from
147  <a href="ftp://ftp.zlatkovic.com/pub/libxml/">ftp://ftp.zlatkovic.com/pub/libxml/</a>:</p>  <a href="ftp://ftp.zlatkovic.com/pub/libxml/">ftp://ftp.zlatkovic.com/pub/libxml/</a>:</p>
148    
149  <pre>libxml2-2.7.2+.win32.zip  <pre>libxml2-2.7.3.win32.zip
150  libxslt-1.1.24.win32.zip</pre>  libxslt-1.1.24.win32.zip</pre>
151    
152  <p>Copy the contents of the bin directories from both zip files to a  <p>Copy the contents of the bin directories from both zip files to a
# Line 202  export LDFLAGS="-L/c/Progra~1/gtkmm/lib" Line 202  export LDFLAGS="-L/c/Progra~1/gtkmm/lib"
202    
203  <p>The windows precompiled version of libsndfile doesn't include the  <p>The windows precompiled version of libsndfile doesn't include the
204  neccessary pkg-config file, so it's best to build libsndfile  neccessary pkg-config file, so it's best to build libsndfile
205  yourself. Download libsndfile-1.0.17.tar.gz  yourself. Download libsndfile-1.0.19.tar.gz
206  from <a href="http://www.mega-nerd.com/libsndfile/">www.mega-nerd.com</a> and  from <a href="http://www.mega-nerd.com/libsndfile/">www.mega-nerd.com</a> and
207  extract it to your $HOME:</p>  extract it to your $HOME:</p>
208    
209  <pre>cd  <pre>cd
210  tar xzf libsndfile-1.0.17.tar.gz</pre>  tar xzf libsndfile-1.0.19.tar.gz</pre>
211    
212  <p>To prevent a compilation error for the test cases, add</p>  <p>Build and install:</p>
213    
214  <pre>#include &lt;stdint.h></pre>  <pre>cd libsndfile-1.0.19
215    ./configure
 <p>to tests/utils.h.</p>  
   
 <pre>./configure  
216  make  make
217  make install</pre>  make install</pre>
218    

Legend:
Removed from v.1821  
changed lines
  Added in v.1861

  ViewVC Help
Powered by ViewVC