blob: 66891bdff4c0f41b0bc07be88d1eeb0332a7103f [file] [log] [blame]
Josh Coalsonbb7f6b92000-12-10 04:09:52 +00001==========
Josh Coalson2bfc33d2001-03-21 23:18:04 +00002FLAC - 0.9
Josh Coalsonbb7f6b92000-12-10 04:09:52 +00003==========
4
5This is the source release for the FLAC project. The
6reference encoder/decoder library 'libFLAC' is released
7under the LGPL (see COPYING.LGPL). This means the code
8in include/FLAC/ and src/libFLAC/. All other code is
9covered by the GPL (see COPYING.GPL). See
10
11 doc/index.html
12
13for full documentation.
14
15A brief description of the directory tree:
16
Josh Coalsonbb7f6b92000-12-10 04:09:52 +000017 doc/ the HTML documentation
18 include/ public include files for libFLAC
Josh Coalsonbb7f6b92000-12-10 04:09:52 +000019 src/ the source code and private headers
20 test/ the test scripts
21
22
23=============================
24Building in a GNU environment
25=============================
26
Josh Coalsond1c98582001-01-19 22:37:36 +000027FLAC now uses autoconf and libtool for configuring and
28building. Better documentation for these will be
29forthcoming, but in general, this should work:
Josh Coalsonbb7f6b92000-12-10 04:09:52 +000030
Josh Coalsond1c98582001-01-19 22:37:36 +000031./configure ; make ; make install
Josh Coalsonbfe42f12000-12-22 22:42:25 +000032
Josh Coalsonbb7f6b92000-12-10 04:09:52 +000033
34==================
35Building with MSVC
36==================
37
38There is no overall make system for MSVC but the individual
39source directories with a 'Makefile.vc' file in them allow
40building with MSVC. Just 'nmake /f Makefile.vc'.