Difference between revisions of "Required Libraries"

From OdaWiki
(wxWidgets)
Line 1: Line 1:
These libraries are required in order for Odamex to compile correctly.  Note that you must get both the runtime libraries and development libraries.
+
These libraries are required in order for Odamex to compile correctly.  Please note that you probably want to download both the standalone runtime libraies and development libraries.
 
+
''A special note if you are running Linux:''  Before downloading the libraries below, check to see if these librares are included with your distribution or avalable to download through an automated package management system, such as apt or yum.  If such packages are avalable, setting up your build environment will be substantially easier.
+
  
 
==SDL==
 
==SDL==
Latest version is 1.2.11
+
SDL is a crossplatform library used to display graphics.  It is required in order to compile the Odamex client.  The latest version of SDL is 1.2.11
  
 
*[http://www.libsdl.org/download-1.2.php SDL]
 
*[http://www.libsdl.org/download-1.2.php SDL]
Line 13: Line 11:
 
*[http://www.libsdl.org/projects/SDL_mixer/ SDL_mixer]
 
*[http://www.libsdl.org/projects/SDL_mixer/ SDL_mixer]
  
=wxWidgets==
+
==wxWidgets==
wxWidgets is a toolkit used to create graphical user interfaces.  It is required in order to compile OdaLauncher.  Latest version is 2.8.0
+
wxWidgets is a library used to display graphical user interfaces.  It is required in order to compile OdaLauncher.  The latest version of wxWidgets is 2.8.0
  
 
*[http://www.wxwidgets.org/downloads/ wxWidgets]
 
*[http://www.wxwidgets.org/downloads/ wxWidgets]
 +
 +
==A special note if your operating system has repositories==
 +
Before downloading the libraries, check to see if these librares are included with your distribution or avalable to download through an automated package management system, such as apt or ports.  If such packages are avalable, setting up your build environment will be substantially easier.

Revision as of 02:10, 25 January 2007

These libraries are required in order for Odamex to compile correctly. Please note that you probably want to download both the standalone runtime libraies and development libraries.

SDL

SDL is a crossplatform library used to display graphics. It is required in order to compile the Odamex client. The latest version of SDL is 1.2.11

SDL_mixer

Latest version is 1.2.7

wxWidgets

wxWidgets is a library used to display graphical user interfaces. It is required in order to compile OdaLauncher. The latest version of wxWidgets is 2.8.0

A special note if your operating system has repositories

Before downloading the libraries, check to see if these librares are included with your distribution or avalable to download through an automated package management system, such as apt or ports. If such packages are avalable, setting up your build environment will be substantially easier.