brnstz / bus

Mobile web app for discovering public transit in NYC --
https://token.live
MIT License
5 stars 2 forks source link

Ensure automation supports 32 bit binaries running on 64 bit ubuntu #71

Closed brnstz closed 8 years ago

brnstz commented 8 years ago

http://stackoverflow.com/questions/23182765/how-to-install-ia32-libs-in-ubuntu-14-04-lts-trusty-tahr

brnstz commented 8 years ago

The following seemed to fix it:

sudo dpkg --add-architecture i386 sudo apt-get install gcc-multilib