From bac1205b4a98b0beed3238ed2208e528e960666b Mon Sep 17 00:00:00 2001 From: Sven Hesse Date: Sun, 24 Apr 2011 23:02:04 +0200 Subject: [PATCH] DOCS: Add library dependencies --- INSTALL | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/INSTALL b/INSTALL index b2815fda68..a567d4fb2e 100644 --- a/INSTALL +++ b/INSTALL @@ -1,5 +1,37 @@ +Dependencies +============ + +- iconv +- zlib (>= 1.2.3.4) + +- Boost (>= 1.42.0) + - Boost.StringAlgo + - Boost.System + - Boost.Filesystem + - Boost.Regex + - Boost.Unordered + - Boost.Hash + - Boost.Date_Time + - Boost.Function + - Boost.Bind + - Boost.Uuid + +- OpenGL (>= 2.1) +- SDL (>= 1.2.14) + +- OpenAL Soft (>= 1.12) +- MAD (>= 1.15.1b) +- libogg (>= 1.2.0) +- libvorbisfile (>= 1.3.1) + + +How to build eos +================ + 1. Untar the source archive 2. ./autogen.sh 3. ./configure 4. make + +Optionally, as root 5. make install