diff --git a/README b/README index a271b8b0..f354513c 100644 --- a/README +++ b/README @@ -44,6 +44,7 @@ FLAC - 1.1.1 - Contents =============================================================================== - Introduction +- Prerequisites - Building in a GNU environment - Building with Makefile.lite - Building with MSVC @@ -71,6 +72,18 @@ A brief description of the directory tree: test/ the test scripts +=============================================================================== +Prerequisites +=============================================================================== + +To build FLAC with support for Ogg FLAC you must have built and installed +libogg according to the specific instructions below. You must have +libogg 1.1.2 or greater, or there will be seeking problems with Ogg FLAC. + +If you are building on x86 and want the assembly optimizations, you will +need to have NASM installed according to the specific instructions below. + + =============================================================================== Building in a GNU environment ===============================================================================