vapor-docs/getting-started/install-swift-3-ubuntu.md

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