Development snapshots

From Arx Libertatis Wiki
Revision as of 19:34, 7 December 2017 by Ds (talk | contribs)
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.

⚠️
This page lists download links for untested development builds of Arx Libertatis that may have known issues as well as yet unknown regressions. Use at your own risk and please report any bugs you find.
For release versions, see the main download page.

Latest Arx Libertatis Development Snapshot

The latest development snapshot version is Arx Libertatis 1.2-dev-2017-12-07.

To keep up with new development snapshots, you can subscribe to this RSS feed:

Files with a signature provided have been signed with this OpenPGP key (F87D7DF750859A5E)


Windows

First, install the original game from either the GOG.com, Steam, the Microsoft Store or the Bethesda Store or a CD.

If you installed Arx Fatalis from CD, you need to apply the 1.21 patch. If you installed the game from Steam, GOG or the Bethesda launcher, the 1.22 patch is already included when you download the game and you don't need to manually apply it.

Then, install Arx Libertatis: Currently the install wizard is not provided for development snapshot so you will need to manually extract the below archive over your existing Arx Fatalis or Arx Libertatis installation.


Linux

ℹ️  Please see Installing the game data under Linux regarding where and how to install the game data.
Alternatively, configure Steam to use Arx Libertatis to play Arx Fatalis.

We provide portable binaries for the development snapshots that should run on any non-ancient x86 or amd64 linux distribution.

Development snapshots are also packaged for a number of Linux distributions:


Arch icon.png Arch Linux

This article is about development snapshots. For release packages, see Linux packages.

Development snapshots are not packaged for Arch Linux - instead users can build the latest git revision using the arxlibertatis-git package. You can install it using one of the AUR Helpers, for example pacaur:

$ pacaur -S arxlibertatis-git


Debian icon.png Debian

This article is about development snapshots. For release packages, see Linux packages.

Arx Libertatis development snapshots for Debian 9 (stretch) and 8 (jessie) are available in the home:dscharrer:snapshots project on the openSUSE build service. You can add the repository by appending

deb http://download.opensuse.org/repositories/home:/dscharrer:/snapshots/Debian_9.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:snapshots/Debian_9.0/Release.key
# apt-key add - < Release.key 

Replace Debian_9.0 with Debian_8.0 in both cases if you are still on jessie respectively.

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

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


Fedora icon.png Fedora

This article is about development snapshots. For release packages, see Linux packages.

Arx Libertatis development snapshots for Fedora 24, 25, 26 and Rawhide are available in the home:dscharrer:snapshots project on the openSUSE build service. You can add the repository for Fedora Rawhide using:

# dnf config-manager --add-repo http://download.opensuse.org/repositories/home:dscharrer:snapshots/Fedora_Rawhide/home:dscharrer:snapshots.repo

Replace Fedora_Rawhide with Fedora_24, Fedora_25 or Fedora_26 as needed.

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

# dnf install arx-libertatis


Gentoo icon.png Gentoo Linux

This article is about development snapshots. For release packages, see Linux packages.

Development snapshots are packaged for Gentoo - instead, a live ebuild is available in the arx-libertatis overlay, but you need to unmask it before it can be installed.

# layman -a arx-libertatis
# echo '=games-rpg/arx-libertatis-9999 **' >> /etc/portage/package.keywords
# emerge games-rpg/arx-libertatis


OpenSUSE icon.png openSUSE

This article is about development snapshots. For release packages, see Linux packages.

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






Ubuntu icon.png Ubuntu

This article is about development snapshots. For release packages, see Linux packages.

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

$ sudo add-apt-repository ppa:arx/snapshot
$ sudo apt-get update

Then install the package:

$ sudo apt-get install arx-libertatis

For a GUI-only solution, follow this tutorial - the repository address to use is ppa:arx/snapshot.


macOS

Currently no macOS binary is made available.

However there is a Homebrew formula for arx-libertatis which includes HEAD support. To install the development version of Arx Libertatis using Homebrew, run:

brew install --HEAD arx-libertatis


FreeBSD

We provide (experimental) portable FreeBSD binaries for the development snapshots:


Source Code

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:

The source code snapshot used for the development binaries linked on this page can be downloaded here:

Also see the operating system-specific instructions for compiling on Windows, Linux / FreeBSD and macOS.


Older snapshots

Older snapshots and debug symbols are archived here.