AssaultCube Reloaded Wiki
(Undo revision 4169 by 41.135.19.112 (talk))
No edit summary
Tag: sourceedit
Line 37: Line 37:
 
equo install libsdl sdl-image media-libs/openal
 
equo install libsdl sdl-image media-libs/openal
 
equo install libvorbis
 
equo install libvorbis
  +
[[Category:Development]]

Revision as of 13:59, 3 April 2016

Packages

You may need some of the following packages. Feel free to combine them for the "compile" sections.

apt-get

Client

apt-get install build-essential libsdl1.2debian libsdl1.2debian-pulseaudio libsdl-image1.2 libopenal1

Compile

apt-get install build-essential libsdl1.2debian libsdl1.2debian-pulseaudio libsdl-image1.2 libopenal1
apt-get install libsdl1.2-dev libsdl-image1.2-dev libopenal-dev libvorbis-dev

yum

Client

yum install SDL* zlib openal

Compile

yum install SDL* zlib openal
yum install gcc-c++ zlib-devel openal-devel

Arch Linux

Building from AUR

using yaourt

installing yaourt

add

[archlinuxfr]
Server = http://repo.archlinux.fr/$arch"

...to the end of /etc/pacman.conf

pacman -Syy
installing the game itself
yaourt -S assaultcube-reloaded

openSUSE

There is a one-click-install package ready at http://software.opensuse.org/package/assaultcube-reloaded

Entropy

Client

equo install libsdl sdl-image media-libs/openal

Compile

equo install libsdl sdl-image media-libs/openal
equo install libvorbis