blob: 6ee3153c7d0d3716677ef7e861668ce04c8f93f4 [file] [log] [blame]
Alexandre Lision7c6f4a62013-09-05 13:27:01 -04001<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2<HTML>
3
4<HEAD>
5 <TITLE>
6 Building libsndfile on Win32
7 </TITLE>
8 <META NAME="Author" CONTENT="Erik de Castro Lopo (erikd AT mega-nerd DOT com)">
9 <LINK REL="stylesheet" HREF="libsndfile.css" TYPE="text/css" MEDIA="all">
10 <LINK REL="stylesheet" HREF="print.css" TYPE="text/css" MEDIA="print">
11</HEAD>
12
13<BODY>
14<!-- pepper -->
15<H1><BR>Building libsndfile on Win32</H1>
16
17<P><B>
18Note : For pre-compiled binaries for windows, both for win32 and win64, see the
19main web page.
20</B></P>
21
22<P>
23There is currently only one way of building libsndfile for Win32 and Win64;
24cross compiling from Linux using the MinGW cross compiler.
25</P>
26
27<P>
28libsndfile is written to be compiled by a compiler which supports large
29chunks of the 1999 ISO C Standard.
30Unfortunately, the microsoft compiler supports close to nothing of this
31standard and hence is not suitable for libsndfile.
32</P>
33
34<P>
35It <b>may</b> be possible to compile libsndfile on windows using the
36 <a href="http://www.mingw.org/">MinGW</a>
37compiler suite, but I haven't tested that and have no interest in supporting
38that.
39</P>
40
41<!--===========================================================================-->
42
43<!-- pepper -->
44<!-- pepper -->
45<!-- pepper -->
46<BR>
47<!-- pepper -->
48<!-- pepper -->
49<!-- pepper -->
50<!-- pepper -->
51
52</BODY>
53</HTML>