Skip to content

Commit

Permalink
DOCS: Add library dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
DrMcCoy committed Apr 24, 2011
1 parent 7dd2870 commit bac1205
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions INSTALL
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit bac1205

Please sign in to comment.