Go to file
2001-01-19 23:26:29 +00:00
build Initial revision 2000-12-10 04:09:52 +00:00
doc update links section 2001-01-17 01:13:57 +00:00
include/FLAC use VERSION macro for version instead of hardcoding it 2001-01-19 23:26:29 +00:00
src use VERSION macro for version instead of hardcoding it 2001-01-19 23:26:29 +00:00
test add support back in for running under .lite system 2001-01-19 23:10:56 +00:00
configure.in initial version 2001-01-19 22:39:39 +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 -f Makefile.lite to make invocation 2001-01-19 22:34:26 +00:00
README reword for new build system 2001-01-19 22:37:36 +00:00

==========
FLAC - 0.5
==========

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'.