add Prerequisites section: need libogg>=1.1.2 for Ogg FLAC and NASM for x86 optimizations

This commit is contained in:
Josh Coalson 2004-09-26 00:54:28 +00:00
parent 8f6a06bb33
commit b445ebecab
1 changed files with 13 additions and 0 deletions

13
README
View File

@ -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
===============================================================================