Here's what I did:
- Code: Select all
sudo apt-get install libpulsedsp:i386
sudo apt-get install lib32stdc++6
sudo apt-get install libc6:i386
sudo apt-get install libx11-6:i386
sudo apt-get install libxext6:i386
It might be necessary on some systems to do sudo dpkg --add-architecture i386 but in my case I did not seem to need to do that. The difficulty is just figuring out how the 32libs are called exactly to install them. I just Googled for what Game Editor would say it is missing and somewhere people would provide what the corresponding name is.