Difference between revisions of "Fs2 open on Linux/Installing the Development Libraries"

From FreeSpace Wiki
Jump to: navigation, search
(Update the Ubuntu/Deb line with up to date package names.)
(Split debian and ubuntu as the package names have differed.)
Line 11: Line 11:
 
You will also need [http://www.libsdl.org/ SDL], [http://www.openal.org/ OpenAL], [http://vorbis.com/ libvorbis], [http://www.theora.org/ libtheora], readline, [http://www.lua.org liblua >= 5.1.3], and OpenGL(most likely provided with your video card driver) development packages. And of course the [http://gcc.gnu.org/ GNU Compiler Collection] and required [http://sourceware.org/autobook/ make] tools.
 
You will also need [http://www.libsdl.org/ SDL], [http://www.openal.org/ OpenAL], [http://vorbis.com/ libvorbis], [http://www.theora.org/ libtheora], readline, [http://www.lua.org liblua >= 5.1.3], and OpenGL(most likely provided with your video card driver) development packages. And of course the [http://gcc.gnu.org/ GNU Compiler Collection] and required [http://sourceware.org/autobook/ make] tools.
 
<br>
 
<br>
'''Debian/Ubuntu''' users want to:
+
'''Ubuntu''' users want to:
 
{{Note| The [http://packages.debian.org/unstable/devel/build-essential build-essential] package is a meta package that install the essential build tools. Follow the link for information.}}
 
{{Note| The [http://packages.debian.org/unstable/devel/build-essential build-essential] package is a meta package that install the essential build tools. Follow the link for information.}}
 
  $ apt-get install libopenal-dev libvorbis-dev build-essential automake1.10 autoconf libsdl12-dev libtheora-dev libreadline6-dev libpng12-dev liblua5.1-0-dev
 
  $ apt-get install libopenal-dev libvorbis-dev build-essential automake1.10 autoconf libsdl12-dev libtheora-dev libreadline6-dev libpng12-dev liblua5.1-0-dev
 +
 +
'''Debian''' users want to:
 +
{{Note| The [http://packages.debian.org/unstable/devel/build-essential build-essential] package is a meta package that install the essential build tools. Follow the link for information.}}
 +
$ apt-get install libopenal-dev libvorbis-dev build-essential automake1.10 autoconf libsdl1.2-dev libtheora-dev libreadline6-dev libpng12-dev liblua5.1-0-dev
  
 
'''Fedora Core''' users (and most likely Redhat users too) want to:
 
'''Fedora Core''' users (and most likely Redhat users too) want to:

Revision as of 14:52, 14 July 2010

« Installing Subversion The fs2_open on Linux Guide
Installing the Development Libraries
Acquiring_the_Code »

Note: This step is only for those who want the bleeding-edge source code to compile on their own. You can skip this if you intend to use a provided binary executable.

Note: : Redhat, Slackware, Archlinux, SuSE, and all the other distributions should have their instructions on installing the needed libraries added here, if your distribution is not listed below and you are familiar with how to install the needed libraries on it, please add it to this section.

You will also need SDL, OpenAL, libvorbis, libtheora, readline, liblua >= 5.1.3, and OpenGL(most likely provided with your video card driver) development packages. And of course the GNU Compiler Collection and required make tools.
Ubuntu users want to:

Note: The build-essential package is a meta package that install the essential build tools. Follow the link for information.
$ apt-get install libopenal-dev libvorbis-dev build-essential automake1.10 autoconf libsdl12-dev libtheora-dev libreadline6-dev libpng12-dev liblua5.1-0-dev

Debian users want to:

Note: The build-essential package is a meta package that install the essential build tools. Follow the link for information.
$ apt-get install libopenal-dev libvorbis-dev build-essential automake1.10 autoconf libsdl1.2-dev libtheora-dev libreadline6-dev libpng12-dev liblua5.1-0-dev

Fedora Core users (and most likely Redhat users too) want to:

$ yum install openal-devel libvorbis-devel gcc gcc-c++ automake autoconf SDL-devel libtheora-devel readline-devel

Gentoo users want to:

Note: media-libs/openal needs the "alsa" USE-flag if you intend to use ALSA, and media-libs/libsdl needs the "X","opengl" and "xv" USE-flags.
$ emerge -va openal libvorbis libsdl libtheora readline

Mandriva users want to:

$ urpmi libsdl-devel libopenal-devel libvorbis-devel libtheora-devel gcc gcc-c++ automake autoconf