Created
September 22, 2018 12:25
-
-
Save dankogai/52cd6ef645c9fc248547b79dccd8e893 to your computer and use it in GitHub Desktop.
swift 4.2 on ubuntu 18.04 quick start
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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