Menu

Tree [e3f1ee] main 1.9.v2 1.9.v3 /
 History

HTTPS access


File Date Author Commit
 README.md 2022-06-23 johna23-lab johna23-lab [e3f1ee] Update README.md
 exult.void.png 2022-06-20 johna23-lab johna23-lab [c7e37c] Add files via upload

Read Me

Exult-void/ubuntu/mint/..Linux

Exult is a project to recreate Ultima 7 for modern operating systems, using the game's original plot, data, and graphics files.


This version is compiled for Linux void

https://github.com/exult/exult

Screenshot

HOW TO COMPILE

sudo xbps-install automake libtool timidity libXft SDL2-devel libfluidsynth libmt32emu-devel -y

git clone https://github.com/exult/exult.git

cd exult

echo $(git rev-list --count master).$(git rev-parse --short master)

./autogen.sh

wget https://www.libsdl.org/tmp/release/SDL2-2.0.22.tar.gz

tar xvfa SL2-2.0.22.tar.gz

cd SL2-2.0.22

./configure --enable-static --disable-shared --prefix=$PWD

make -j4

cd ..

LIBS="-lXft -lX11" ./configure --prefix=/usr --enable-static-libraries --disable-shared

make

make install DESTDIR=/home/$USER/exult_c

CREATING THE XBPS PACKAGE WITH DEPENDENCIES

chmod -R 755 /home/$USER/exult_c/usr

xbps-create -q -A "x86_64" -n "exult_1.9-8253_1" -s "exult_1.9-8253 pkg" -D --compression xz exult_c

INSTALLING THE PACKAGE

xbps-rindex -a exult_1.9-8253_1.x86_64.xbps

sudo xbps-install -R $PWD exult_1.9-8253_1

THAT'S IT! now you need to download the game and PLAY IT!!

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.