add Prerequisites section: need libogg>=1.1.2 for Ogg FLAC and NASM for x86 optimizations
authorJosh Coalson <jcoalson@users.sourceforce.net>
Sun, 26 Sep 2004 00:54:28 +0000 (00:54 +0000)
committerJosh Coalson <jcoalson@users.sourceforce.net>
Sun, 26 Sep 2004 00:54:28 +0000 (00:54 +0000)
README

diff --git a/README b/README
index a271b8b..f354513 100644 (file)
--- 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
@@ -72,6 +73,18 @@ A brief description of the directory tree:
 
 
 ===============================================================================
+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
 ===============================================================================