Skip to content

Instantly share code, notes, and snippets.

@dankogai
Created September 22, 2018 12:25
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dankogai/52cd6ef645c9fc248547b79dccd8e893 to your computer and use it in GitHub Desktop.
Save dankogai/52cd6ef645c9fc248547b79dccd8e893 to your computer and use it in GitHub Desktop.
swift 4.2 on ubuntu 18.04 quick start
$ cd ~ # home directory で作業
$ sudo apt-get install clang libicu-dev libcurl4
$ wget https://swift.org/builds/swift-4.2-release/ubuntu1804/swift-4.2-RELEASE/swift-4.2-RELEASE-ubuntu18.04.tar.gz
$ tar xvpf swift-4.2-RELEASE-ubuntu18.04.tar.gz
$ export PATH=~/swift-4.2-RELEASE-ubuntu18.04/usr/bin:$PATH
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment