centos 如何安装swift

Swift 是一种支持多编程范式的开源编程语言,他汲取了 C 和 Objective-C 的优点但不受 C 兼容性的限制。

centos 如何安装swfit5

Swift 不仅能在 Mac OS 和 iOS 平台运行,还可在Ubuntu及windows、centos、linux平台运行。

今天教大家来在centos上安装swift编译器。

打开swfit官网下载地址:https://swift.org/download/#releases

centos 如何安装swfit5

可以看到swfit最新版本是5.3,而且提供了不同操作系统的版本,包括mac、Ubuntu、centos、linux、windows10,另外还有docker版本,非常方便,我们今天下载一个centos7版本的swift。

一、下载toolchain文件及pgp签名文件

centos 如何安装swfit5

该swift-<版本号>-<平台>.tar.gz文件是工具链本身。该.sig文件是数字签名。

二、安装依赖

$ yum install \
binutils \
gcc \
git \
glibc-static \
libbsd-devel \
libedit \
libedit-devel \
libicu-devel \
libstdc++-static \
pkg-config \
python2 \
sqlite

# __block conflicts with clang's __block qualifier
sed -i -e 's/\*__block/\*__libc_block/g' /usr/include/unistd.h

三...

点击查看剩余70%

{{collectdata}}

网友评论0