Skip to content

Instantly share code, notes, and snippets.

@gojimmypi
Last active February 16, 2019 17:51
Show Gist options
  • Save gojimmypi/e7db8cfe051a64a306ee5a32513f3f72 to your computer and use it in GitHub Desktop.
Save gojimmypi/e7db8cfe051a64a306ee5a32513f3f72 to your computer and use it in GitHub Desktop.
Glasgow toolchain setup notes
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install python-setuptools
sudo apt-get install python3-setuptools
# see https://gist.github.com/gojimmypi/b570c4c0dab4a5d65d03c89071e9d037 for most recent sdcc
sudo apt-get install sdcc
cd ~/workspace
git clone https://github.com/whitequark/Glasgow
git submodule update --init --recursive
cd Glasgow/software
sudo python3 setup.py install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment