/[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 1812 by persson, Sat Dec 20 19:32:04 2008 UTC revision 1821 by persson, Sun Dec 28 09:51:50 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;20th,&nbsp;2008</center><br>  <center>December&nbsp;28th,&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 52  available.</p> Line 52  available.</p>
52  <h3><a name="mingw">2.&nbsp; MinGW</a></h3>  <h3><a name="mingw">2.&nbsp; MinGW</a></h3>
53    
54  <p>Download the MinGW installer, MinGW-5.1.4.exe,  <p>Download the MinGW installer, MinGW-5.1.4.exe,
55  from <a href="http://www.mingw.org">www.mingw.org</a> and run it.</p>  from <a href="http://www.mingw.org">www.mingw.org</a> and run it. The
56    installer will automatically download and install further
57    packages. Choose the base tools and the g++ compiler.</p>
58    
59    
60  <h3><a name="pkg">3.&nbsp; pkg-config and gtkmm</a></h3>  <h3><a name="pkg">3.&nbsp; pkg-config and gtkmm</a></h3>
# Line 76  building DLLs with the 1.0.10 current ve Line 78  building DLLs with the 1.0.10 current ve
78    
79  <p>Download from "MSYS Base System, Technology Preview: MSYS-1.0.11":</p>  <p>Download from "MSYS Base System, Technology Preview: MSYS-1.0.11":</p>
80    
81  <pre>msysCORE-1.0.11-20080826.tar.gz  <pre>msysCORE-1.0.11-20080826.tar.gz</pre>
 bash-3.1-MSYS-1.0.11-1.tar.bz2</pre>  
82    
83  <p>Unpack these to a directory of your choice, for example C:\msys. As  <p>Unpack the file to a directory of your choice, for example C:\msys. As
84  1.0.11 doesn't have an installer yet, you need to have an unpacker  1.0.11 doesn't have an installer yet, you need to have an unpacker
85  that supports tar.gz/tar.bz, for example 7-Zip. The rest of the files  that supports tar.gz/tar.bz, for example 7-Zip. The rest of the files
86  you can unpack with the tar included in msysCORE.</p>  you can unpack with the tar included in msysCORE.</p>
# Line 87  you can unpack with the tar included in Line 88  you can unpack with the tar included in
88  <p>Run the postinstall\pi.bat file and specify your MinGW  <p>Run the postinstall\pi.bat file and specify your MinGW
89  directory.</p>  directory.</p>
90    
 <p>Download, also from "MSYS Base System, Technology Preview:  
 MSYS-1.0.11":</p>  
   
 <pre>gawk-3.1.5-MSYS-1.0.11-1.tar.bz2 **</pre>  
   
91  <p>Download from "MSYS Supplementary Tools, Technology Preview: Tools for  <p>Download from "MSYS Supplementary Tools, Technology Preview: Tools for
92  MSYS-1.0.11":</p>  MSYS-1.0.11":</p>
93    
# Line 109  libiconv-1.11-1-dll.tar.bz2 *** Line 105  libiconv-1.11-1-dll.tar.bz2 ***
105  libtool1.5-1.5.25a-1-bin.tar.bz2  libtool1.5-1.5.25a-1-bin.tar.bz2
106  perl-5.6.1-MSYS-1.0.11-1.tar.bz2 ***</pre>  perl-5.6.1-MSYS-1.0.11-1.tar.bz2 ***</pre>
107    
 <p>Download from "MSYS Supplementary Tools, Current Release:  
 msysDTK-1.0.1":</p>  
   
 <pre>m4-1.4.7-MSYS.tar.bz2 **</pre>  
   
   
108  <p>Extract all these files to the msys directory, by starting msys, do  <p>Extract all these files to the msys directory, by starting msys, do
109  "cd /" followed by "tar xjf <i>filename</i>" for .tar.bz2 files and  "cd /" followed by "tar xjf <i>filename</i>" for .tar.bz2 files and
110  "tar xzf <i>filename</i>" for .tar.gz files.</p>  "tar xzf <i>filename</i>" for .tar.gz files.</p>

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

  ViewVC Help
Powered by ViewVC