You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Get dependencies:
sudo pacman -S sdl sdl_mixer mesa physfs scons unzip
# Get sources:
git clone https://github.com/CDarrow/DXX-Retro.git
cd DXX-Retro
# build:
cd d1; scons
cd ../d2; scons
Process on Ubuntu/debian derivatives will be similar, but the dependencies will have different names. I don't currently have a ubuntu partition to play with to figure out what they are.
I assume that the maintainer had some reason for picking them. Actually, it looks like unzip may not be needed. I guess I should actually test without them (trying to remove unzip without uninstalling other packages will be fun...)
Let's get some instructions on how to compile Retro for all major environments.
See #82 for Mac. Need Windows and Linux.
The text was updated successfully, but these errors were encountered: