GitXplorerGitXplorer
w

Swift-on-linux

public
8 stars
1 forks
0 issues

Commits

List of commits on branch master.
Unverified
124903e9ec268b0a8962f615e05f91f9f3983534

Update README.md

wwassimseif committed 8 years ago
Unverified
224bf1805a61add1c3edd9e019fd4b68ec896530

Added sudo for non-root users

wwassimseif committed 8 years ago
Unverified
2e4b90678b3c558262fbdb433e3e2d1136411363

Added the Done print message

wwassimseif committed 8 years ago
Unverified
581d43e1d12753eaf2754e6878c25250d64c9449

Re-Added Dispatch. Working Great

wwassimseif committed 8 years ago
Unverified
51a4b997c3111e121d81bc3c29ed5bf815099dc3

Removed LibDispatch temporarily

wwassimseif committed 8 years ago
Unverified
b0cc45058c8ed2e303eeb09c608647c1ff949fb9

Updated to swift 3 official release

wwassimseif committed 8 years ago

README

The README file for this repository.

This script can be used as the easiest way to install swift on linux ubuntu

How does it work?

  1. Installs all the dependencies
  2. Installs the swift compiler
  3. Tests the swift compiler
  4. Downloads libdispatch and installs it
### How to use it
git clone https://github.com/wassimseif/Swift-on-linux

cd Swift-on-linux/

sudo chmod +x ./install.sh

./install.sh

Questions/Answers

Is it Tested?

Yes, it's tested on ubuntu 14.04 using a clean digital ocean droplet