VoidExpanse/Linux Compatibility: Difference between revisions

From AtomicTorchWiki
(Created page with "{{draft}} = Linux Compatibility = == x86 (32-bit) compatibility == VoidExpanse runs perfectly on Ubuntu version 12+ (tested). Please install proprietary drivers for your GPU ...")
(No difference)

Revision as of 06:08, 2 July 2014


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

Linux Compatibility

x86 (32-bit) compatibility

VoidExpanse runs perfectly on Ubuntu version 12+ (tested). Please install proprietary drivers for your GPU for the best experience.

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

Mono Compatibility

Please be sure you have Mono installed. Read more here.