Development snapshots: Difference between revisions

From Arx Libertatis Wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
 
(56 intermediate revisions by the same user not shown)
Line 3: Line 3:
   Edit the version number below to update the download links:
   Edit the version number below to update the download links:


   -->1.2-dev-2017-12-07<!--
   -->1.3-dev-2023-06-24<!--


-->}}<!--
-->}}<!--
Line 12: Line 12:
-->
-->
{{#vardefine:prefix|arx-libertatis-{{#var:version}}}}
{{#vardefine:prefix|arx-libertatis-{{#var:version}}}}
{{#vardefine:url|http://arx-libertatis.org/files/{{#var:prefix}}}}
{{#vardefine:url|https://arx-libertatis.org/files/{{#var:prefix}}}}
{{DownloadNotices}}
{{DownloadNotices}}
{{Warning|This page lists download links for untested development builds of Arx Libertatis that may have [https://bugs.arx-libertatis.org/arx/issues/find/saved_search/6/search/1 known issues] as well as yet unknown regressions. Use at your own risk and please [https://bugs.arx-libertatis.org/ report any bugs you find]. <br> '''For release versions, see the main [[download]] page.'''}}
{{Warning|This page lists download links for untested development builds of Arx Libertatis that may have [https://bugs.arx-libertatis.org/arx/issues/find/saved_search/6/search/1 known issues] as well as yet unknown regressions. Use at your own risk and please [https://bugs.arx-libertatis.org/ report any bugs you find]. <br> '''For release versions, see the main [[download]] page.'''}}
Line 24: Line 24:
|icon=rss
|icon=rss
|name=Arx Libertatis Development Snapshot RSS Feed
|name=Arx Libertatis Development Snapshot RSS Feed
|url=http://arx-libertatis.org/files/snapshots/feed.rss
|url=https://arx-libertatis.org/files/snapshots/feed.rss
|file=Get notified when new binaries are available!
|file=Get notified when new binaries are available!
}}
}}


Files with a signature provided have been signed with [https://arx-libertatis.org/release.asc this OpenPGP key] ([http://pgp.mit.edu:11371/pks/lookup?search=0xF87D7DF750859A5E F87D7DF750859A5E])
Files with a signature provided have been signed with [https://arx-libertatis.org/release.asc this OpenPGP key] ([http://keys.gnupg.net/pks/lookup?search=0xF87D7DF750859A5E F87D7DF750859A5E])
 
{{Download
|icon=idea
|name=Changelog and checksums for the latest snapshot
|url=https://arx-libertatis.org/files/snapshots/{{#var:prefix}}/README
|file=README
}}


<br>
<br>
Line 36: Line 43:
{{InstallArxFatalis}}
{{InstallArxFatalis}}


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.
Then, use the Arx Libertatis installer below:
 
{{Download
|name=Arx Libertatis Windows Installer (Development Snapshot)
|file={{#var:prefix}}-windows.exe
|url={{#var:url}}-windows.exe
|checksum=(development snapshot)
|signature=1
}}
 
=== Portable Binaries ===
 
Alternatively, there is also a portable .zip version:


{{Download
{{Download
Line 44: Line 63:
|checksum=(development snapshot)
|checksum=(development snapshot)
|signature=1
|signature=1
}}
=== {{Windows|Windows}} XP ===
Arx Libertatis portable binaries require the Windows UCRT libraries to be installed. For newer versions of Windows this is done through Windows updates, but for Windows XP the UCRT needs to be installed manually as part of the Visual Studio runtime:
{{Download
|name=Microsoft Visual C++ Redistributable for Visual Studio 2017 (32-bit)
|file=vc_redist.x86.exe
|url=https://aka.ms/vs/15/release/vc_redist.x86.exe
}}
{{Download
|name=Microsoft Visual C++ Redistributable for Visual Studio 2017 (64-bit)
|file=vc_redist.x64.exe
|url=https://aka.ms/vs/15/release/vc_redist.x64.exe
}}
}}


Line 52: Line 86:
{{LinuxInstallNotices}}
{{LinuxInstallNotices}}


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


{{Download
{{Download
Line 70: Line 104:
{{About|development snapshots|release packages|{{Echo|Linux packages#Arch Linux|Linux packages}}}}
{{About|development snapshots|release packages|{{Echo|Linux packages#Arch Linux|Linux packages}}}}


Development snapshots are not packaged for Arch Linux - instead users can build the latest git revision using the [https://aur.archlinux.org/packages/arxlibertatis-git/ arxlibertatis-git] package. You can install it using one of the [https://wiki.archlinux.org/index.php/AUR_Helpers AUR Helpers], for example pacaur:
Development snapshots are not packaged for Arch Linux - instead users can build the latest git revision using the [https://aur.archlinux.org/packages/arx-libertatis-git/ arx-libertatis-git] package. You can install it using one of the [https://wiki.archlinux.org/index.php/AUR_Helpers AUR Helpers], for example pacaur:


  $ pacaur -S arxlibertatis-git
  $ yay -S arx-libertatis-git


<br>
<br>
Line 80: Line 114:
{{About|development snapshots|release packages|{{Echo|Linux packages#Debian|Linux packages}}}}
{{About|development snapshots|release packages|{{Echo|Linux packages#Debian|Linux packages}}}}


Arx Libertatis development snapshots for [http://www.debian.org/ Debian] 9 (stretch) and 8 (jessie) are available in the [https://build.opensuse.org/package/show?package=arx-libertatis&project=home%3Adscharrer%3Asnapshots home:dscharrer:snapshots project] on the openSUSE build service. You can add the repository by appending
Arx Libertatis development snapshots for [https://www.debian.org/ Debian] Unstable (sid), Testing (bullseye), 10 (buster), 9 (stretch) and 8 (jessie) are available in the [https://build.opensuse.org/package/show/home:dscharrer:snapshots/arx-libertatis 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/ ./
  deb http://download.opensuse.org/repositories/home:/dscharrer:/snapshots/Debian_Testing/ ./


to your `/etc/apt/sources.lst`. To download packages from the repository you will need to install it's gpg key:
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
  $ wget https://download.opensuse.org/repositories/home:dscharrer:snapshots/Debian_Testing/Release.key
  # apt-key add - < 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.
Replace Debian_Testing with Debian_Unstable, Debian_10, Debian_9.0 or Debian_8.0 in both cases depending on your Debian version.


Then update the package list and install the <b>arx-libertatis</b> package:
Then update the package list and install the <b>arx-libertatis</b> package:
Line 99: Line 133:
{{About|development snapshots|release packages|{{Echo|Linux packages#Fedora|Linux packages}}}}
{{About|development snapshots|release packages|{{Echo|Linux packages#Fedora|Linux packages}}}}


Arx Libertatis development snapshots for [http://fedoraproject.org/ Fedora] 24, 25, 26 and Rawhide are available in the [https://build.opensuse.org/package/show?package=arx-libertatis&project=home%3Adscharrer%3Asnapshots home:dscharrer:snapshots project] on the openSUSE build service. You can add the repository for Fedora Rawhide using:
Arx Libertatis development snapshots for [https://getfedora.org/ Fedora] 36, 37 and Rawhide are available in the [https://build.opensuse.org/package/show/home:dscharrer:snapshots/arx-libertatis home:dscharrer:snapshots project] on the openSUSE build service. You can add the repository for Fedora Rawhide using:


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


Replace <code>Fedora_Rawhide</code> with <code>Fedora_24</code>, <code>Fedora_25</code> or <code>Fedora_26</code> as needed.
Replace <code>Fedora_Rawhide</code> with <code>Fedora_36</code> or <code>Fedora_37</code> as needed.


Now you can install the <b>arx-libertatis</b> package using <code>dnf</code>:
Now you can install the <b>arx-libertatis</b> package using <code>dnf</code>:
Line 115: Line 149:
{{About|development snapshots|release packages|{{Echo|Linux packages#Gentoo Linux|Linux packages}}}}
{{About|development snapshots|release packages|{{Echo|Linux packages#Gentoo Linux|Linux packages}}}}


Development snapshots are packaged for Gentoo - instead, a live ebuild is available in the [https://github.com/arx/ArxGentoo <b>arx-libertatis</b> overlay], but you need to unmask it before it can be installed.
Development snapshots are packaged for Gentoo as a live ebuild is available in the [https://github.com/arx/ArxGentoo <b>arx-libertatis</b> overlay], but you need to unmask it before it can be installed.


  # layman -a arx-libertatis
  # emerge --noreplace app-eselect/eselect-repository
# eselect repository enable arx-libertatis
  # echo '=games-rpg/arx-libertatis-9999 **' >> /etc/portage/package.keywords
  # echo '=games-rpg/arx-libertatis-9999 **' >> /etc/portage/package.keywords
  # emerge games-rpg/arx-libertatis
  # emerge games-rpg/arx-libertatis
Line 127: Line 162:
{{About|development snapshots|release packages|{{Echo|Linux packages#openSUSE|Linux packages}}}}
{{About|development snapshots|release packages|{{Echo|Linux packages#openSUSE|Linux packages}}}}


Arx Libertatis development snapshots for [http://www.opensuse.org/ openSUSE] are available in the [https://build.opensuse.org/package/show?package=arx-libertatis&project=home%3Adscharrer%3Asnapshots home:dscharrer:snapshots project] on the openSUSE build service as a 1-click install:
Arx Libertatis development snapshots for [https://www.opensuse.org/ openSUSE] are available in the [https://build.opensuse.org/package/show/home:dscharrer:snapshots/arx-libertatis home:dscharrer:snapshots project] on the openSUSE build service as a 1-click install:
 
{{Download
|name=Arx Libertatis openSUSE Leap 15.4 Package (Development Snapshot)
|file=one click install
|size='arx-libertatis' package
|url=https://software.opensuse.org/ymp/home:dscharrer:snapshots/openSUSE_Leap_15.4/arx-libertatis.ymp
}} <br/>


{{Download
{{Download
Line 133: Line 175:
|file=one click install
|file=one click install
|size='arx-libertatis' package
|size='arx-libertatis' package
|url=http://software.opensuse.org/ymp/home:dscharrer:snapshots/openSUSE_Leap_42.3/arx-libertatis.ymp
|url=https://software.opensuse.org/ymp/home:dscharrer:snapshots/openSUSE_Leap_42.3/arx-libertatis.ymp
}} <br/>
}} <br/>


Line 140: Line 182:
|file=one click install
|file=one click install
|size='arx-libertatis' package
|size='arx-libertatis' package
|url=http://software.opensuse.org/ymp/home:dscharrer:snapshots/openSUSE_Leap_42.2/arx-libertatis.ymp
|url=https://software.opensuse.org/ymp/home:dscharrer:snapshots/openSUSE_Leap_42.2/arx-libertatis.ymp
}} <br/>
}} <br/>


Line 147: Line 189:
|file=one click install
|file=one click install
|size='arx-libertatis' package
|size='arx-libertatis' package
|url=http://software.opensuse.org/ymp/home:dscharrer:snapshots/openSUSE_Leap_42.1/arx-libertatis.ymp
|url=https://software.opensuse.org/ymp/home:dscharrer:snapshots/openSUSE_Leap_42.1/arx-libertatis.ymp
}} <br/>
}} <br/>


Line 154: Line 196:
|file=one click install
|file=one click install
|size='arx-libertatis' package
|size='arx-libertatis' package
|url=http://software.opensuse.org/ymp/home:dscharrer:snapshots/openSUSE_13.2/arx-libertatis.ymp
|url=https://software.opensuse.org/ymp/home:dscharrer:snapshots/openSUSE_13.2/arx-libertatis.ymp
}} <br/>
 
{{Download
|name=Arx Libertatis openSUSE 13.1 Package (Development Snapshot)
|file=one click install
|size='arx-libertatis' package
|url=https://software.opensuse.org/ymp/home:dscharrer:snapshots/openSUSE_13.1/arx-libertatis.ymp
}} <br/>
}} <br/>


Line 161: Line 210:
|file=one click install
|file=one click install
|size='arx-libertatis' package
|size='arx-libertatis' package
|url=http://software.opensuse.org/ymp/home:dscharrer:snapshots/openSUSE_Tumbleweed/arx-libertatis.ymp
|url=https://software.opensuse.org/ymp/home:dscharrer:snapshots/openSUSE_Tumbleweed/arx-libertatis.ymp
}}
}}


Line 170: Line 219:
{{About|development snapshots|release packages|{{Echo|Linux packages#Ubuntu|Linux packages}}}}
{{About|development snapshots|release packages|{{Echo|Linux packages#Ubuntu|Linux packages}}}}


Arx Libertatis development snapshots for [http://www.ubuntu.com/ Ubuntu] are available in the [https://launchpad.net/~arx/+archive/snapshot <b>arx/snapshot</b> PPA]. To use it, first fetch it's key and add the PPA to your package sources:
Arx Libertatis development snapshots for [https://ubuntu.com/ Ubuntu] are available in the [https://launchpad.net/~arx/+archive/snapshot <b>arx/snapshot</b> 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 add-apt-repository ppa:arx/snapshot
  $ sudo apt-get update
  $ sudo apt-get update
Line 177: Line 226:
  $ sudo apt-get install arx-libertatis
  $ sudo apt-get install arx-libertatis


For a GUI-only solution, follow [http://blog.launchpad.net/ppa/adding-a-ppa-to-ubuntu-the-gui-way this tutorial] - the repository address to use is '''ppa:arx/snapshot'''.
For a GUI-only solution, follow [https://blog.launchpad.net/ppa/adding-a-ppa-to-ubuntu-the-gui-way this tutorial] - the repository address to use is '''ppa:arx/snapshot'''.


<br>
<br>
Line 185: Line 234:
Currently no macOS binary is made available.
Currently no macOS binary is made available.


However there is a [http://brew.sh/ Homebrew] formula for [http://braumeister.org/formula/arx-libertatis arx-libertatis] which includes HEAD support. To install the development version of Arx Libertatis using Homebrew, run:
However there is a [https://brew.sh/ Homebrew] formula for [https://formulae.brew.sh/formula/arx-libertatis arx-libertatis] which includes HEAD support. To install the development version of Arx Libertatis using Homebrew, run:


  brew install --HEAD arx-libertatis
  brew install --HEAD arx-libertatis
Line 193: Line 242:
== {{FreeBSD|big}} ==
== {{FreeBSD|big}} ==


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


{{Download
{{Download
Line 202: Line 251:
|signature=1
|signature=1
}}
}}
-->
FreeBSD binaries are currently not available. Build from [[#Source Code|source]] or download the [https://arx-libertatis.org/files/snapshots/arx-libertatis-1.2-dev-2019-07-22/ last snapshot with FreeBSD binaries].


<br>
<br>
Line 231: Line 282:
= Older snapshots =
= Older snapshots =


[http://arx-libertatis.org/files/snapshots/ Older snapshots and debug symbols are archived here.]
[https://arx-libertatis.org/files/snapshots/ Older snapshots and debug symbols are archived here.]


<br>
<br>

Latest revision as of 20:37, 24 June 2023


ℹ️  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.3-dev-2023-06-24.

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, use the Arx Libertatis installer below:

Portable Binaries

Alternatively, there is also a portable .zip version:

Windows XP

Arx Libertatis portable binaries require the Windows UCRT libraries to be installed. For newer versions of Windows this is done through Windows updates, but for Windows XP the UCRT needs to be installed manually as part of the Visual Studio runtime:


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 arx-libertatis-git package. You can install it using one of the AUR Helpers, for example pacaur:

$ yay -S arx-libertatis-git


Debian icon.png Debian

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

Arx Libertatis development snapshots for Debian Unstable (sid), Testing (bullseye), 10 (buster), 9 (stretch) and 8 (jessie) are available in the project on the openSUSE build service. You can add the repository by appending

deb http://download.opensuse.org/repositories/home:/dscharrer:/snapshots/Debian_Testing/ ./

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

$ wget https://download.opensuse.org/repositories/home:dscharrer:snapshots/Debian_Testing/Release.key
# apt-key add - < Release.key 

Replace Debian_Testing with Debian_Unstable, Debian_10, Debian_9.0 or Debian_8.0 in both cases depending on your Debian version.

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 36, 37 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_36 or Fedora_37 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 as a live ebuild is available in the arx-libertatis overlay, but you need to unmask it before it can be installed.

# emerge --noreplace app-eselect/eselect-repository
# eselect repository enable 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

FreeBSD binaries are currently not available. Build from source or download the last snapshot with FreeBSD binaries.


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.