win32.html 1.3 KB

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