Skip to content

Instantly share code, notes, and snippets.

@dankogai
Created September 22, 2018 12:25

Revisions

  1. dankogai created this gist Sep 22, 2018.
    5 changes: 5 additions & 0 deletions gistfile1.txt
    Original 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