Skip to content

Instantly share code, notes, and snippets.

@holocronweaver
Last active August 29, 2015 13:57
Show Gist options
  • Save holocronweaver/9454339 to your computer and use it in GitHub Desktop.
Save holocronweaver/9454339 to your computer and use it in GitHub Desktop.
Get 32-bit libraries needed to run Salvation Prophecy on recent 64-bit Debian systems.
#!/usr/bin/env bash
# Additional 32-bit libraries needed to run the game Salvation Prophecy on 64-bit Debian systems.
# This was crafted on Ubuntu 14.04. Use ldd on the SalvationProphecy binary
# to determine if there any additional libraries required on your distro.
sudo apt-get install libxaw7:i386 libjasper1:i386 liblcms1:i386
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment