Mercurial > hg > sv-dependency-builds
comparison src/libsndfile-1.0.25/README @ 85:545efbb81310
Import initial set of sources
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Mon, 18 Mar 2013 14:12:14 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 85:545efbb81310 |
---|---|
1 This is libsndfile, 1.0.25 | |
2 | |
3 libsndfile is a library of C routines for reading and writing | |
4 files containing sampled audio data. | |
5 | |
6 The src/ directory contains the source code for library itself. | |
7 | |
8 The doc/ directory contains the libsndfile documentation. | |
9 | |
10 The examples/ directory contains examples of how to write code using | |
11 libsndfile. | |
12 | |
13 The tests/ directory contains programs which link against libsndfile | |
14 and test its functionality. | |
15 | |
16 The src/GSM610 directory contains code written by Jutta Degener and Carsten | |
17 Bormann. Their original code can be found at : | |
18 http://kbs.cs.tu-berlin.de/~jutta/toast.html | |
19 | |
20 The src/G72x directory contains code written and released by Sun Microsystems | |
21 under a suitably free license. | |
22 | |
23 | |
24 LINUX | |
25 ----- | |
26 Whereever possible, you should use the packages supplied by your Linux | |
27 distribution. | |
28 | |
29 If you really do need to compile from source it should be as easy as: | |
30 | |
31 ./configure | |
32 make | |
33 make install | |
34 | |
35 Since libsndfile optionally links against libFLAC, libogg and libvorbis, you | |
36 will need to install appropriate versions of these libraries before running | |
37 configure as above. | |
38 | |
39 | |
40 UNIX | |
41 ---- | |
42 Compile as for Linux. | |
43 | |
44 | |
45 Win32/Win64 | |
46 ----------- | |
47 The default Windows compilers are nowhere near compliant with the 1999 ISO | |
48 C Standard and hence not able to compile libsndfile. | |
49 | |
50 Please use the libsndfile binaries available on the libsndfile web site. | |
51 | |
52 | |
53 MacOSX | |
54 ------ | |
55 Building on MacOSX should be the same as building it on any other Unix. | |
56 | |
57 | |
58 CONTACTS | |
59 -------- | |
60 | |
61 libsndfile was written by Erik de Castro Lopo (erikd AT mega-nerd DOT com). | |
62 The libsndfile home page is at : | |
63 | |
64 http://www.mega-nerd.com/libsndfile/ | |
65 |