File | Date | Author | Commit |
---|---|---|---|
README.md | 2022-06-23 |
![]() |
[e3f1ee] Update README.md |
exult.void.png | 2022-06-20 |
![]() |
[c7e37c] Add files via upload |
Exult is a project to recreate Ultima 7 for modern operating systems, using the game's original plot, data, and graphics files.
https://github.com/exult/exult
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!!