getting started with ore-ore swift standard library ++ ほんのり続報

Post on 21-Jan-2018

381 Views

Category:

Software

1 Downloads

Preview:

Click to see full reader

TRANSCRIPT

# 環境準備 brew install cmake ninja

mkdir swift-source cd swift-source # ダウンロード git clone git@github.com:apple/swift.git ./swift/utils/update-checkout —clone-with-ssh

# ビルド swift/utils/build-script

# 環境準備 sudo easy_install -U Sphinx # ドキュメント生成 make singlehtml

/// #yidev 横浜 iPhone 開発者勉強会の独自クラスです。 public class Yidev {

public static let title = "横浜 iPhone 開発者勉強会" public static let hashtag = "#yidev" }

./swift/utils/build-script

#!/home/tomohiro/Swift/swift-source/build/Ninja-DebugAssert/swift-linux-x86_64/bin/swift

let title = Yidev.title let hashtag = Yidev.hashtag

print(title, hashtag)

# Toolchain をビルドする ./swift/utils/build-toolchain jp.ez-net.local.swift.20170427

# Toolchain をインストールする cp -r swift-LOCAL-2017-04-27-a.xctoolchain /Library/Developer/Toolchains

[preset: mixin_osx_package_test] build-subdir=buildbot_osx

ios tvos watchos #test #validation-test #long-test

sudo ./swift/utils/build-toolchain jp.ez-net.local.swift.20170428

top related