summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJosh Coalson <jcoalson@users.sourceforce.net>2004-09-26 00:54:28 +0000
committerJosh Coalson <jcoalson@users.sourceforce.net>2004-09-26 00:54:28 +0000
commitb445ebecab03c09c0b759bd46727257e9e26e39a (patch)
treec1ed70dd671d9f7c160e1abd414242bff13e4c48 /README
parent8f6a06bb33ecd000b08b906d931fc94a8dde67dc (diff)
downloadflac-b445ebecab03c09c0b759bd46727257e9e26e39a.tar.gz
add Prerequisites section: need libogg>=1.1.2 for Ogg FLAC and NASM for x86 optimizations
Diffstat (limited to 'README')
-rw-r--r--README13
1 files changed, 13 insertions, 0 deletions
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
@@ -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
===============================================================================