Home / RaspberryPi /
Swift on RPi3 Raspbian
- Download from this site
- Update to stretch gcc ref
sudo nano /etc/apt/sources.list
- Replace jessie with stretch in that file to point to the testing repository that has the gcc-5 package (or add new line with stretch)
sudo apt-get update
sudo apt-get install gcc-5
sudo apt-get upgrade
-
- random reference: 1 2 3 4 5
this document last modified: October 06 2017 21:42
popout article
permalink
Home / RaspberryPi /