annotate src/libsndfile-1.0.25/doc/win32.html @ 169:223a55898ab9 tip default

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