1 <!DOCTYPE HTML PUBLIC
"-//W3C//DTD HTML 4.0 Transitional//EN">
6 Building libsndfile on Win32
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">
15 <H1><BR>Building libsndfile on Win32
</H1>
18 Note : For pre-compiled binaries for windows, both for win32 and win64, see the
23 There is currently only one way of building libsndfile for Win32 and Win64;
24 cross compiling from Linux using the MinGW cross compiler.
28 libsndfile is written to be compiled by a compiler which supports large
29 chunks of the
1999 ISO C Standard.
30 Unfortunately, the microsoft compiler supports close to nothing of this
31 standard and hence is not suitable for libsndfile.
35 It
<b>may
</b> be possible to compile libsndfile on windows using the
36 <a href=
"http://www.mingw.org/">MinGW
</a>
37 compiler suite, but I haven't tested that and have no interest in supporting
41 <!--===========================================================================-->