PDA

View Full Version : Linux Help.



MasterSwordUltima
12-30-2013, 04:47 PM
Using the latest 2.50 download (zc-250.tar.gz) - I can extract it perfectly and all - however nothing will run. Be it from the terminal or via icon. For a short while I assumed I had to make/make install something, but I can't seem to find anything within the package to do so.

Ubuntu 13.10. Latest linux kernel as well.

Saffith
12-30-2013, 09:19 PM
If you're on 64-bit Linux, you probably need to install 32-bit libraries. I believe this is all you need:
apt-get install libxxf86vm1:i386 libxcursor1:i386 libxpm4:i386 libx11-6:i386 libasound2:i386 libgdk-pixbuf2.0-0:i386 libgtk2.0-0:i386

MasterSwordUltima
01-01-2014, 01:03 PM
Mmm, I hadn't thought of that. I'll give that a go when I get home.