Created
September 22, 2018 12:25
Revisions
-
dankogai created this gist
Sep 22, 2018 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,5 @@ $ 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