annotate src/libsndfile-1.0.25/doc/win32.html @ 23:619f715526df sv_v2.1

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