mirror of
https://gitee.com/openharmony/third_party_libsnd
synced 2024-11-23 09:59:54 +00:00
doc/(index|FAQ).html : Add notes about which versions of windows libsndfile works on.
This commit is contained in:
parent
79bcee648c
commit
23b082fda8
@ -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
|
||||
|
18
doc/FAQ.html
18
doc/FAQ.html
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user