doc/(index|FAQ).html : Add notes about which versions of windows libsndfile works on.

This commit is contained in:
Erik de Castro Lopo 2008-07-10 21:36:53 +10:00
parent 79bcee648c
commit 23b082fda8
3 changed files with 35 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2008-07-10 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
* doc/index.html doc/FAQ.html
Add notes about which versions of windows libsndfile works on.
2008-07-03 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
* tests/misc_test.c

View File

@ -54,6 +54,8 @@
<A HREF="#Q021">Q21 : How do I use libsndfile in a closed source or commercial program
and comply with the license?
</A><BR>
<A HREF="#Q022">Q22 : What versions of windows does libsndfile work on?
</A><BR>
<HR>
<!-- ========================================================================= -->
@ -758,6 +760,22 @@ released under, the GNU Lesser General Public License (LGPL):
files named libsndfile_lgpl_v2_1.txt and libsndfile_lgpl_v3.txt.
</ul>
<!-- ========================================================================= -->
<A NAME="Q022"></A>
<H2><BR><B>Q22 : What versions of windows does libsndfile work on?
</B></H2>
<p>
Currently the precompiled windows binaries are tested in Windows XP.
As such, they should also work on Win2k and Windows Vista.
They may also work on earlier versions of windows.
</p>
<p>
libsndfile does not yet work on 64 bit versions of windows.
Support for 64 bit versions of WinXP and Vista is likely to be working some
time late in 2008.
</p>
<!-- ========================================================================= -->
<HR>
<P>

View File

@ -439,11 +439,21 @@ and
and
<A HREF="libsndfile-1_0_17.zip.asc">(GPG signature)</A>.
</UL>
<P>
The Windows binaries are compiled for Windows XP but should also work on
Windows 2000 and Vista.
They may even work on earlier versions of Windows.
Currently there are no pre-compiled binaries for the 64 bit versions of XP or
Vista.
</p>
<P>
Compiling libsndfile is relatively easy. The INSTALL file in the top level directory
gives instructions on compiling and installing libsndfile on Unix-like systems
(including MacOSX). For Win32 there are instructions in the doc/ directory of the
tarball. These instructions are mirrored
(including MacOSX). For Microsoft Windows users, there are instructions in the doc/
directory of the tarball.
These instructions are mirrored
<A HREF="win32.html">here</A>.
</P>
<P>