Mercurial > hg > sv-dependency-builds
comparison src/libsndfile-1.0.27/doc/README @ 125:cd6cdf86811e
Current libsndfile source
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Tue, 18 Oct 2016 13:22:47 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
124:e3d5853d5918 | 125:cd6cdf86811e |
---|---|
1 This is libsndfile, 1.0.26 | |
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 The src/ALAC directory contains code written and released by Apple Inc and | |
24 released under the Apache license. | |
25 | |
26 | |
27 LINUX | |
28 ----- | |
29 Whereever possible, you should use the packages supplied by your Linux | |
30 distribution. | |
31 | |
32 If you really do need to compile from source it should be as easy as: | |
33 | |
34 ./configure | |
35 make | |
36 make install | |
37 | |
38 Since libsndfile optionally links against libFLAC, libogg and libvorbis, you | |
39 will need to install appropriate versions of these libraries before running | |
40 configure as above. | |
41 | |
42 | |
43 UNIX | |
44 ---- | |
45 Compile as for Linux. | |
46 | |
47 | |
48 Win32/Win64 | |
49 ----------- | |
50 The default Windows compilers are nowhere near compliant with the 1999 ISO | |
51 C Standard and hence not able to compile libsndfile. | |
52 | |
53 Please use the libsndfile binaries available on the libsndfile web site. | |
54 | |
55 | |
56 MacOSX | |
57 ------ | |
58 Building on MacOSX should be the same as building it on any other Unix. | |
59 | |
60 | |
61 CONTACTS | |
62 -------- | |
63 | |
64 libsndfile was written by Erik de Castro Lopo (erikd AT mega-nerd DOT com). | |
65 The libsndfile home page is at : | |
66 | |
67 http://www.mega-nerd.com/libsndfile/ | |
68 | |
69 Bugs and support questions can be raised at : | |
70 | |
71 https://github.com/erikd/libsndfile/ |