mirror of https://github.com/vapor/docs.git
480 B
480 B
| currentMenu |
|---|
| getting-started-install-swift-3-ubuntu |
Install Swift 3: Ubuntu
To use Swift 3 on Ubuntu, you need to have its dependencies installed.
Install
Depending on your flavor of Ubuntu, you may need some additional tools for the compiler. We'll err on the safe side and install everything you should need
sudo apt-get update
sudo apt-get install clang libicu-dev binutils git
Swift
You can now move on to Install Swift 3