Go to file
Josh Coalson eda1ff6a22 *** empty log message *** 2001-03-02 23:52:41 +00:00
build add some more optimization arguments to gcc 2001-02-05 23:19:09 +00:00
doc add link to id.html 2001-03-02 21:21:08 +00:00
include/FLAC add some types 2001-02-28 23:47:52 +00:00
man update revision date 2001-02-23 21:26:37 +00:00
src buncha fixes 2001-03-01 21:48:20 +00:00
test *** empty log message *** 2001-03-02 23:52:41 +00:00
COPYING.GPL Initial revision 2000-12-10 04:09:52 +00:00
COPYING.LGPL Initial revision 2000-12-10 04:09:52 +00:00
Makefile.am initial version 2001-01-19 22:39:39 +00:00
Makefile.lite add metaflac targets 2001-02-23 23:15:00 +00:00
README update version number to 0.8 2001-02-23 21:13:02 +00:00
configure.in update version number to 0.8 2001-02-23 21:13:02 +00:00

README

==========
FLAC - 0.8
==========

This is the source release for the FLAC project.  The
reference encoder/decoder library 'libFLAC' is released
under the LGPL (see COPYING.LGPL).  This means the code
in include/FLAC/ and src/libFLAC/.  All other code is
covered by the GPL (see COPYING.GPL).  See

	doc/index.html

for full documentation.

A brief description of the directory tree:

	doc/       the HTML documentation
	include/   public include files for libFLAC
	src/       the source code and private headers
	test/      the test scripts


=============================
Building in a GNU environment
=============================

FLAC now uses autoconf and libtool for configuring and
building.  Better documentation for these will be
forthcoming, but in general, this should work:

./configure ; make ; make install


==================
Building with MSVC
==================

There is no overall make system for MSVC but the individual
source directories with a 'Makefile.vc' file in them allow
building with MSVC.  Just 'nmake /f Makefile.vc'.