Skip to content

Instantly share code, notes, and snippets.

@ThierryGoubier
Last active November 22, 2016 16:32
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ThierryGoubier/3dbef94a959f4f8acb19 to your computer and use it in GitHub Desktop.
Save ThierryGoubier/3dbef94a959f4f8acb19 to your computer and use it in GitHub Desktop.
Pharo install script
sudo dpkg --add-architecture i386
sudo apt-get update
# INSTALL BUILD LIBRARIES ======================================================
sudo apt-get --yes install cmake zip bash-completion ruby git xz-utils debhelper devscripts
sudo apt-get --yes install libc6-dev:i386 libasound2:i386 libasound2-dev:i386 libasound2-plugins:i386 libcairo2:i386
sudo apt-get --yes install libssl-dev:i386 libssl1.0.0:i386 libfreetype6-dev:i386 libx11-dev:i386 libsm-dev:i386 libice-dev:i386
sudo apt-get --yes install build-essential gcc-multilib g++
sudo apt-get --yes install libgl1-mesa-dev:i386 libgl1-mesa-glx:i386
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment