VoidExpanse/Linux Compatibility: Difference between revisions

From AtomicTorchWiki
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{draft}}
{{draft}}
= Linux Compatibility =
= Linux Compatibility =
VoidExpanse using Unity 5 game engine which currently provides official support for Ubuntu and Fedora only.
Also it requires proprietary GPU drivers (preferably from the stable branch) and works fine only with AMD and NVIDIA GPUs.


== x86 (32-bit) compatibility ==
Starting from v1.2.7 (released 15 April 2015), VoidExpanse is available for native Linux 64-bit (without 32-bit compatibility libraries).
VoidExpanse runs perfectly on Ubuntu version 12+ (tested). Please install proprietary drivers for your GPU for the best experience.
 
Make sure that executable files are marked as such ("Allow execution" is checked).
 
== x64 (64-bit) compatibility ==
In order to run VoidExpanse on Linux x64 (Ubuntu 13 and above) you need to execute the following commands:
 
<pre>
sudo apt-get install libc6:i386
sudo -i
cd /etc/apt/sources.list.d
echo "deb http://archive.ubuntu.com/ubuntu/ raring main restricted universe multiverse" >ia32-libs-raring.list
apt-get update
apt-get install ia32-libs
</pre>


Make sure that executable files are marked as such ("Allow execution" is checked).
Make sure that executable files are marked as such ("Allow execution" is checked).

Latest revision as of 11:05, 15 April 2015


This article is a draft and may contain incomplete or even incorrect information. You can help by expanding it.

Linux Compatibility

VoidExpanse using Unity 5 game engine which currently provides official support for Ubuntu and Fedora only. Also it requires proprietary GPU drivers (preferably from the stable branch) and works fine only with AMD and NVIDIA GPUs.

Starting from v1.2.7 (released 15 April 2015), VoidExpanse is available for native Linux 64-bit (without 32-bit compatibility libraries).

Make sure that executable files are marked as such ("Allow execution" is checked).