Skip to content

Instantly share code, notes, and snippets.

@Eskalol
Last active February 27, 2017 15:12
Show Gist options
  • Save Eskalol/5f447fb76162601333aeeb67c22df246 to your computer and use it in GitHub Desktop.
Save Eskalol/5f447fb76162601333aeeb67c22df246 to your computer and use it in GitHub Desktop.
Emerald install
mkdir emerald
cd emerald
wget -qO- http://www.uio.no/studier/emner/matnat/ifi/INF5510/v11/undervisningsmateriale/kompilator/emerald-0.99-linux.tar.gz | tar -zxv
cd ..
echo "#Emerald" >> ~/.bashrc
echo "export EMERALDROOT='$PWD/emerald'" >> ~/.bashrc
echo "export PATH=\$PATH:\$EMERALDROOT/bin" >> ~/.bashrc
echo "set EMERALDARCH='i686mt'" >> ~/.bashrc
echo "emx -U -R" >> ~/.bashrc
echo "emx -U -Rhostname:port program" >> ~/.bashrc
source ~/.bashrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment