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