Skip to content

Instantly share code, notes, and snippets.

@tinchodias
Created December 8, 2015 23:00
Show Gist options
  • Save tinchodias/736156710c929894cd62 to your computer and use it in GitHub Desktop.
Save tinchodias/736156710c929894cd62 to your computer and use it in GitHub Desktop.
sudo apt update
sudo apt install build-essential libc6-dev-i386 libssl-dev:i386 libfreetype6-dev:i386 libsm-dev:i386 libice-dev:i386 libasound2-dev:i386 mesa-common-dev:i386 libgl1-mesa-dev:i386 libpulse-dev:i386 cmake
wget http://files.pharo.org/vm/src/vm-unix-sources/blessed/pharo-vm-2014.11.29.tar.bz2
tar xfj pharo-vm-2014.11.29.tar.bz2
cd pharo-vm-2014.11.29
cd build
bash build.sh
echo Results are in results/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment