GhostSquad57 / Steam-Installer-for-Wheezy

Re-write of Valve's deb package. (Orphaned)
193 stars 20 forks source link

Install on 64 bit systems #3

Closed groenlid closed 11 years ago

groenlid commented 11 years ago

If people are running debian 64bit, they might have trouble with one of the dependencies "libgl1-mesa-glx:i386".

Could be an idea to add a sentence or two in the faq about this?

If you are on AMD64 architecture, add i386 repositories and update package list.

sudo dpkg --add-architecture i386
sudo apt-get update

or at least a link to the multiarch site for debian.

http://wiki.debian.org/Multiarch/Implementation

GhostSquad57 commented 11 years ago

Done. Let me know if I should cover any additional information.

GeekAnnoyed commented 11 years ago

also sudo apt-get install libgl1-nvidia-glx:i386 should add nvidia 32bit libs for people who need them

GhostSquad57 commented 11 years ago

@xpd259 Done!