Last active
February 16, 2019 17:51
-
-
Save gojimmypi/e7db8cfe051a64a306ee5a32513f3f72 to your computer and use it in GitHub Desktop.
Glasgow toolchain setup notes
This file contains hidden or 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 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