Skip to content

Instantly share code, notes, and snippets.

@alesegdia
Last active August 29, 2015 14:08
Show Gist options
  • Save alesegdia/bbe411623e15fc6aa67d to your computer and use it in GitHub Desktop.
Save alesegdia/bbe411623e15fc6aa67d to your computer and use it in GitHub Desktop.
Compiling Doom Starter Kit (by Blendo, and IDSoftware, of course) issues on 64 bits. http://blendogames.com/news/?p=844
# you can have permission issues when it starts compiling libcurl, just chmod it
# libcurl test fails on a sizeof test
sudo apt-get install libssl-dev:i386
# it doesn't find -lXext and -lXxf86vm
sudo ln -s /usr/lib/i386-linux-gnu/libXxf86vm.so.1 /usr/lib/i386-linux-gnu/libXxf86vm.so
sudo ln -s /usr/lib/i386-linux-gnu/libXext.so.6 /usr/lib/i386-linux-gnu/libXext.so
# then you need doomstarterkit/base in the same folder as doomx86 executable, and
# doomx86-d3xp.so copied to doomx86.so inside base folder
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment