0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

とりあえずubuntuでswift動かすメモ

0
Last updated at Posted at 2018-12-17
apt-get update && apt-get install -y wget
apt-get install clang libpython2.7 libxml2
# apt-get install curl
apt-get install libbsd-dev
wget https://swift.org/builds/swift-4.2.1-release/ubuntu1804/swift-4.2.1-RELEASE/swift-4.2.1-RELEASE-ubuntu18.04.tar.gz
tar -zxvf swift-4.2.1-RELEASE-ubuntu18.04.tar.gz
mv swift-4.2.1-RELEASE-ubuntu18.04 /usr/local/swift
echo 'export PATH="/usr/local/swift/usr/bin:$PATH"' >> ~/.bash_profile
source ~/.bash_profile
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?