Mercurial > hg > sv-dependency-builds
comparison 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 |
comparison
equal
deleted
inserted
replaced
39:7ddb4fc30dac | 40:1df64224f5ac |
---|---|
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> | |
2 <HTML> | |
3 | |
4 <HEAD> | |
5 <TITLE> | |
6 Building libsndfile on Win32 | |
7 </TITLE> | |
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"> | |
11 </HEAD> | |
12 | |
13 <BODY> | |
14 <!-- pepper --> | |
15 <H1><BR>Building libsndfile on Win32</H1> | |
16 | |
17 <P><B> | |
18 Note : For pre-compiled binaries for windows, both for win32 and win64, see the | |
19 main web page. | |
20 </B></P> | |
21 | |
22 <P> | |
23 There is currently only one way of building libsndfile for Win32 and Win64; | |
24 cross compiling from Linux using the MinGW cross compiler. | |
25 </P> | |
26 | |
27 <P> | |
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. | |
32 </P> | |
33 | |
34 <P> | |
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 | |
38 that. | |
39 </P> | |
40 | |
41 <!--===========================================================================--> | |
42 | |
43 <!-- pepper --> | |
44 <!-- pepper --> | |
45 <!-- pepper --> | |
46 <BR> | |
47 <!-- pepper --> | |
48 <!-- pepper --> | |
49 <!-- pepper --> | |
50 <!-- pepper --> | |
51 | |
52 </BODY> | |
53 </HTML> |