Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to install Swift on Raspberry pi 3

I want to install Swift on Raspberry Pi 3 model B. Rasberry Pi is running with Ubuntu mate 15.10 but I have errors when I write swift this I see in terminal

install a package "python-swiftclient"

when I install this package and write "swift" it couldn't find this command.

So any suggestions ?

like image 624
Tomasz Avatar asked Apr 11 '16 17:04

Tomasz


1 Answers

Swift 3.0 is available for the Raspberry Pi 2 and 3. You can download and install it from the instructions at http://dev.iachieved.it/iachievedit/swift-3-0-on-raspberry-pi-2-and-3/.

Disclaimer: I host this site, but am a part of a larger community bringing Swift to ARM-based devices. See http://dev.iachieved.it/iachievedit/swift-for-arm-systems/ for details on joining our Slack community.

like image 160
Joe Avatar answered Sep 28 '22 18:09

Joe