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