https://github.com/reproducibilitystamp/PinMesh
Raw File
Tip revision: 83c35682951671d62fe3ba7deea867eb647d2de7 authored by sallesviana on 25 May 2016, 14:22:12 UTC
Fixed typos in the README
Tip revision: 83c3568
smiInstallRequiredSoftwarePackages.sh
echo "---------------------------------------------"
echo "Installing g++ (please, provide the password for root in order to install the packages)"
echo "---------------------------------------------"
sudo apt-get install g++4.8
sudo apt-get install libgmp3-dev
back to top