#GearCity was programmed on Slackware 14.1 32-bit. 

#GearCity should work on most Linux distro with 32-bit support. 
#This includes most 64-bit distributions. 


#These directions are specific to Ubuntu 14.04 64-bit, 
#however these packages should be available on most distros.

#First you must enable Multi Arch Support (This is different for some distros)
#This step may be skipped if you've already set up multi-arch support.
dpkg --add-architecture i386
apt-get update

#Next we install the needed packages. Be sure you are getting 32-bit packages!
sudo apt-get install lsb-multimedia:i386 lsb-desktop:i386 lsb-cxx:i386 lsb-core:i386

#lsb-core may fail to download a few dependencies. Do not worry about these,  
#continue with getting the remaining packages:
sudo apt-get install lsb-graphics:i386 libxaw7:i386 libfreeimage3:i386 libreadline5:i386 libwxbase2.8-0:i386 libwxgtk2.8-0:i386


#Now we can go ahead and run the game. You'll find GearCityStart in the directory.
#Some desktop environments you can click it, other wise you can launch the
#program in terminal by going to the directory and typing ./GearCityStart

#If the program does not start, you are most likely missing libs.
#Try running 'ldd GearCityStart' and download packages of any missing libs ld does not find


#If you need help, don't hesitate to ask! You can find me on:
# http://www.ventdev.com or irc.esper.net #vent
# Or catch me on the forum this was posted! :)
