Cleaned up Dependancy Descriptions
This commit is contained in:
parent
0f4e4601d9
commit
22cb252227
26
README.md
26
README.md
@ -67,24 +67,14 @@ a few awesome, but less known libraries to prevent us from inventing the wheel a
|
||||
**Please note that Linux and Mac OS X users should install packages using
|
||||
their systems package management instead of source packages.**
|
||||
|
||||
* **MySQL** / **MariaDB**: to store content, and user data, we rely on
|
||||
[MySQL][40]/[MariaDB][41] to handle data.
|
||||
* **ACE**: the [ADAPTIVE Communication Environment][43] aka. *ACE* provides us
|
||||
with a solid cross-platform framework for abstracting operating system
|
||||
specific details.
|
||||
* **Recast**: in order to create navigation data from the client's map files,
|
||||
we use [Recast][44] to do the dirty work. It provides functions for
|
||||
rendering, pathing, etc.
|
||||
* **G3D**: the [G3D][45] engine provides the basic framework for handling 3D
|
||||
data, and is used to handle basic map data.
|
||||
* **Stormlib**: [Stormlib][46] provides an abstraction layer for reading from the
|
||||
client's data files.
|
||||
* **Zlib**: [Zlib][53] ([Zlib for Windows][51]) provides compression algorithms
|
||||
used in both MPQ archive handling and the client/server protocol.
|
||||
* **Bzip2**: [Bzip2][54] ([Bzip2 for Windows][52]) provides compression
|
||||
algorithms used in MPQ archives.
|
||||
* **OpenSSL**: [OpenSSL][48] ([OpenSSL for Windows][55]) provides encryption
|
||||
algorithms used when authenticating clients.
|
||||
* **[MySQL][40]** / **[MariaDB][41]**: These databases are used to store content and user data.
|
||||
* **[ACE][43]**: aka Adaptive Communication Environment, provides us with a solid cross-platform framework for abstracting operating system specific details.
|
||||
* **[Recast][44]**: In order to create navigation data from the client's map files Recast is userd to do the dirty work. It provides functions for rendering, pathing, etc.
|
||||
* **[G3D][45]**: This engine provides the basic framework for handling 3D data and is used to handle basic map data.
|
||||
* **[Stormlib][46]**: Provides an abstraction layer for reading from the client's data files.
|
||||
* **[Zlib][53]/[Zlib for Windows][51]** provides compression algorithms used in both MPQ archive handling and the client/server protocol.
|
||||
* **[Bzip2][54]/[Bzip2 for Windows][52]** provides compression algorithms used in MPQ archives.
|
||||
* **[OpenSSL][48]/[OpenSSL for Windows][55]** provides encryption algorithms used when authenticating clients.
|
||||
|
||||
**ACE**, **Recast**, **G3D**, **Stormlib**, **Zlib** and **Bzip2** are included in the standard distribution as
|
||||
we rely on specific versions.
|
||||
|
Loading…
x
Reference in New Issue
Block a user