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

56

Upload: tomohiro-kumagai

Post on 21-Jan-2018

381 views

Category:

Software


1 download

TRANSCRIPT

Page 1: Getting Started With Ore-Ore Swift Standard Library ++ ほんのり続報
Page 2: Getting Started With Ore-Ore Swift Standard Library ++ ほんのり続報
Page 3: Getting Started With Ore-Ore Swift Standard Library ++ ほんのり続報
Page 4: Getting Started With Ore-Ore Swift Standard Library ++ ほんのり続報
Page 5: Getting Started With Ore-Ore Swift Standard Library ++ ほんのり続報
Page 6: Getting Started With Ore-Ore Swift Standard Library ++ ほんのり続報
Page 7: Getting Started With Ore-Ore Swift Standard Library ++ ほんのり続報
Page 8: Getting Started With Ore-Ore Swift Standard Library ++ ほんのり続報
Page 9: Getting Started With Ore-Ore Swift Standard Library ++ ほんのり続報
Page 10: Getting Started With Ore-Ore Swift Standard Library ++ ほんのり続報
Page 11: Getting Started With Ore-Ore Swift Standard Library ++ ほんのり続報
Page 12: Getting Started With Ore-Ore Swift Standard Library ++ ほんのり続報
Page 13: Getting Started With Ore-Ore Swift Standard Library ++ ほんのり続報
Page 14: Getting Started With Ore-Ore Swift Standard Library ++ ほんのり続報
Page 15: Getting Started With Ore-Ore Swift Standard Library ++ ほんのり続報
Page 16: Getting Started With Ore-Ore Swift Standard Library ++ ほんのり続報
Page 17: Getting Started With Ore-Ore Swift Standard Library ++ ほんのり続報

# 環境準備 brew install cmake ninja

mkdir swift-source cd swift-source # ダウンロード git clone [email protected]:apple/swift.git ./swift/utils/update-checkout —clone-with-ssh

# ビルド swift/utils/build-script

Page 18: Getting Started With Ore-Ore Swift Standard Library ++ ほんのり続報

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

Page 19: Getting Started With Ore-Ore Swift Standard Library ++ ほんのり続報
Page 20: Getting Started With Ore-Ore Swift Standard Library ++ ほんのり続報

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

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

Page 21: Getting Started With Ore-Ore Swift Standard Library ++ ほんのり続報
Page 22: Getting Started With Ore-Ore Swift Standard Library ++ ほんのり続報
Page 23: Getting Started With Ore-Ore Swift Standard Library ++ ほんのり続報

./swift/utils/build-script

Page 24: Getting Started With Ore-Ore Swift Standard Library ++ ほんのり続報

#!/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)

Page 25: Getting Started With Ore-Ore Swift Standard Library ++ ほんのり続報
Page 26: Getting Started With Ore-Ore Swift Standard Library ++ ほんのり続報

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

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

Page 27: Getting Started With Ore-Ore Swift Standard Library ++ ほんのり続報
Page 28: Getting Started With Ore-Ore Swift Standard Library ++ ほんのり続報

[preset: mixin_osx_package_test] build-subdir=buildbot_osx

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

Page 29: Getting Started With Ore-Ore Swift Standard Library ++ ほんのり続報

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

Page 30: Getting Started With Ore-Ore Swift Standard Library ++ ほんのり続報
Page 31: Getting Started With Ore-Ore Swift Standard Library ++ ほんのり続報
Page 32: Getting Started With Ore-Ore Swift Standard Library ++ ほんのり続報
Page 33: Getting Started With Ore-Ore Swift Standard Library ++ ほんのり続報
Page 34: Getting Started With Ore-Ore Swift Standard Library ++ ほんのり続報
Page 35: Getting Started With Ore-Ore Swift Standard Library ++ ほんのり続報
Page 36: Getting Started With Ore-Ore Swift Standard Library ++ ほんのり続報
Page 37: Getting Started With Ore-Ore Swift Standard Library ++ ほんのり続報
Page 38: Getting Started With Ore-Ore Swift Standard Library ++ ほんのり続報
Page 39: Getting Started With Ore-Ore Swift Standard Library ++ ほんのり続報
Page 40: Getting Started With Ore-Ore Swift Standard Library ++ ほんのり続報
Page 41: Getting Started With Ore-Ore Swift Standard Library ++ ほんのり続報
Page 42: Getting Started With Ore-Ore Swift Standard Library ++ ほんのり続報
Page 43: Getting Started With Ore-Ore Swift Standard Library ++ ほんのり続報
Page 44: Getting Started With Ore-Ore Swift Standard Library ++ ほんのり続報
Page 45: Getting Started With Ore-Ore Swift Standard Library ++ ほんのり続報
Page 46: Getting Started With Ore-Ore Swift Standard Library ++ ほんのり続報
Page 47: Getting Started With Ore-Ore Swift Standard Library ++ ほんのり続報
Page 48: Getting Started With Ore-Ore Swift Standard Library ++ ほんのり続報
Page 49: Getting Started With Ore-Ore Swift Standard Library ++ ほんのり続報
Page 50: Getting Started With Ore-Ore Swift Standard Library ++ ほんのり続報
Page 51: Getting Started With Ore-Ore Swift Standard Library ++ ほんのり続報
Page 52: Getting Started With Ore-Ore Swift Standard Library ++ ほんのり続報
Page 53: Getting Started With Ore-Ore Swift Standard Library ++ ほんのり続報
Page 54: Getting Started With Ore-Ore Swift Standard Library ++ ほんのり続報
Page 55: Getting Started With Ore-Ore Swift Standard Library ++ ほんのり続報
Page 56: Getting Started With Ore-Ore Swift Standard Library ++ ほんのり続報