Other packages

From Arx Libertatis Wiki
Revision as of 19:07, 22 April 2012 by BobJelly (talk | contribs) (arx-libertatis-1.0.1 for Windows)
Jump to navigation Jump to search

ℹ️  This page only lists downloads for the Arx Libertatis game binary and tools and their source code. You will also need the data files from the original Arx Fatalis or its demo - see Getting the game data.

Arx Libertatis 1.0 "Bloody Gobblers!" - Patch 1.0.1

File:Windows icon.png Windows

To install Arx Libertatis under Windows, first install the original game and apply the 1.21 patch (included in Steam and GOG versions):

Then use one of the Arx Libertatis installers below:

File:Tux.png Linux

ℹ️  Please see Installing the game data under Linux regarding where and how to install the game data.

Portable Binaries

We provide portable binaries that should run on any non-ancient x86 or amd64 linux distribution. However, using a distribution-specific package, if available, is recommended for better integration with the rest of the system.


Arch icon.png Arch Linux

You need an AUR Helper to install the arx-libertatis package. For example packer.

# packer -S arx-libertatis

Alternatively install the the arx-libertatis-debug package if you want a debug build.


Debian icon.png Debian

Arx Libertatis packages for Debian Squeeze are available in the home:dscharrer project on the openSUSE build service. You can add the repository by appending

deb http://download.opensuse.org/repositories/home:/dscharrer/Debian_6.0/ ./

to your `/etc/apt/sources.lst`. To download packages from the repository you will need to install it's gpg key:

$ wget http://download.opensuse.org/repositories/home:/dscharrer/openSUSE_12.1/repodata/repomd.xml.key
# apt-key add repomd.xml.key

Then update the package list and install the arx-libertatis package:

# apt-get update
# apt-get install arx-libertatis

The openSUSE build service does not provide a repository for Debian source packages, but you can download them from the project page.


Fedora icon.png Fedora

Arx Libertatis packages for Fedora 15 and 16 are available in the home:dscharrer project on the openSUSE build service. You can add the repository for Fedora 16 using:

# yum-config-manager --add-repo=http://download.opensuse.org/repositories/home:/dscharrer/Fedora_16/home:dscharrer.repo

or for Fedora 15 using:

# yum-config-manager --add-repo=http://download.opensuse.org/repositories/home:/dscharrer/Fedora_15/home:dscharrer.repo

Now you can install the arx-libertatis package using yum:

# yum install arx-libertatis


Gentoo icon.png Gentoo Linux

You will need layman with git support, so install that first if you don't have it already:

# emerge app-portage/layman[git]

Next, you need to add the arx-libertatis overlay that contains the arx-libertatis ebuild.

# layman -f -a arx-libertatis

The you can install the games-rpg/arx-libertatis package as usual. There are also packages for the game data (games-rpg/arx-fatalis-data) and demo (games-rpg/arx-fatalis-demo) but you will still need to obtain the data yourself.

Overlays added using layman won't be updated by emerge --fetch, you need to run

# layman -S


OpenSUSE icon.png openSUSE

Arx Libertatis packages for openSUSE are available in the home:dscharrer project on the openSUSE build service as a 1-click install:


Ubuntu icon.png Ubuntu

Arx Libertatis packages for Ubuntu are available in the arx/release PPA. To use it, first fetch it's key and add the PPA to your package sources:

$ sudo add-apt-repository ppa:arx/release

Now tell Ubuntu to get the latest list of software from each archive it knows, including the PPA:

$ sudo apt-get update

Finally, install the arx-libertatis package:

$ sudo apt-get install arx-libertatis


Other Distributions

If your favorite distribution is not listed here, you can either use the portable binaries or build from source code.

If you create your own packages, please link them here so others can find them.


File:Apple icon.png Mac OS X

Currently no Mac OS X binary is made available. See Downloading and Compiling under Mac OS X for building from source code.


File:FreeBSD icon.png FreeBSD

Currently no FreeBSD port is available. See Downloading and Compiling under Linux for building from source code.


Source Code

To download the latest Arx Libertatis source code release click one of the links below:

Also see the operating system-specific instructions for compiling on File:Windows icon.png Windows, File:Tux.png Linux and File:Apple icon.png Mac OS X.


Older Versions

Older releases are archived in the arx project at sourceforge.net.


File:Octocat.png Development Snapshots

The Arx Libertatis repository on GitHub contains the latest development code. Read-only access is available through the following URL:

git://github.com/arx/ArxLibertatis.git

You can also download snapshots of the repository over http:

Please note that this code should not be considered stable and we take no responsibility for any Gobbler ambush caused by it.