Last active
November 22, 2016 16:32
-
-
Save ThierryGoubier/3dbef94a959f4f8acb19 to your computer and use it in GitHub Desktop.
Pharo install script
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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