add Prerequisites section: need libogg>=1.1.2 for Ogg FLAC and NASM for x86 optimizations
This commit is contained in:
parent
8f6a06bb33
commit
b445ebecab
13
README
13
README
@ -44,6 +44,7 @@ FLAC - 1.1.1 - Contents
|
|||||||
===============================================================================
|
===============================================================================
|
||||||
|
|
||||||
- Introduction
|
- Introduction
|
||||||
|
- Prerequisites
|
||||||
- Building in a GNU environment
|
- Building in a GNU environment
|
||||||
- Building with Makefile.lite
|
- Building with Makefile.lite
|
||||||
- Building with MSVC
|
- Building with MSVC
|
||||||
@ -71,6 +72,18 @@ A brief description of the directory tree:
|
|||||||
test/ the test scripts
|
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
|
Building in a GNU environment
|
||||||
===============================================================================
|
===============================================================================
|
||||||
|
Loading…
Reference in New Issue
Block a user