VoidExpanse/Linux Compatibility: Difference between revisions
Ai enabled (talk | contribs) |
Ai enabled (talk | contribs) |
||
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 == | == x86 (32-bit) compatibility == | ||
VoidExpanse runs perfectly on Ubuntu version 12+ | VoidExpanse runs perfectly on Ubuntu version 12+. Please install proprietary drivers for your GPU for the best experience. | ||
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). |
Revision as of 05:26, 14 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.
x86 (32-bit) compatibility
VoidExpanse runs perfectly on Ubuntu version 12+. 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:
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
Make sure that executable files are marked as such ("Allow execution" is checked).