Home / RaspberryPi /

Swift on RPi3 Raspbian

  1. Download from this site
  2. Update to stretch gcc ref
    1. sudo nano /etc/apt/sources.list
    2. 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)
    3. sudo apt-get update
    4. sudo apt-get install gcc-5
    5. sudo apt-get upgrade

this document last modified: October 06 2017 21:42

Home / RaspberryPi /