Skip to content

Instantly share code, notes, and snippets.

@theodric
Last active December 18, 2022 22:25
Show Gist options
  • Save theodric/7f59cd511d47af605b027804752497eb to your computer and use it in GitHub Desktop.
Save theodric/7f59cd511d47af605b027804752497eb to your computer and use it in GitHub Desktop.
build DevilutionX on RetroPie/Debian 10 32-bit
apt install libgtest-dev google-mock cmake-extras libgmock-dev libbz2-dev libsodium-dev libsdl2-mixer-dev
cd /usr/src/
wget https://github.com/diasurgical/devilutionX/archive/refs/heads/master.zip
unzip master.zip
cd devilutionX-master/
mkdir build
cmake -S. -Bbuild -DVERSION_NUM=1.0.0 -DVERSION_SUFFIX=FFFFFFF -DCMAKE_BUILD_TYPE=Release
cd build
make -j`nproc`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment