update version number to 0.6
[platform/upstream/flac.git] / README
1 ==========
2 FLAC - 0.6
3 ==========
4
5 This is the source release for the FLAC project.  The
6 reference encoder/decoder library 'libFLAC' is released
7 under the LGPL (see COPYING.LGPL).  This means the code
8 in include/FLAC/ and src/libFLAC/.  All other code is
9 covered by the GPL (see COPYING.GPL).  See
10
11         doc/index.html
12
13 for full documentation.
14
15 A brief description of the directory tree:
16
17         doc/       the HTML documentation
18         include/   public include files for libFLAC
19         src/       the source code and private headers
20         test/      the test scripts
21
22
23 =============================
24 Building in a GNU environment
25 =============================
26
27 FLAC now uses autoconf and libtool for configuring and
28 building.  Better documentation for these will be
29 forthcoming, but in general, this should work:
30
31 ./configure ; make ; make install
32
33
34 ==================
35 Building with MSVC
36 ==================
37
38 There is no overall make system for MSVC but the individual
39 source directories with a 'Makefile.vc' file in them allow
40 building with MSVC.  Just 'nmake /f Makefile.vc'.