/swift-for-linux

(Work-in-progress) script for building and benchmarking Swift on Linux

Primary LanguageJava

swift-for-linux

My script for building and running Swift on Intel Linux.

Quick Start

  1. Create an empty directory and cd to the directory
  2. Clone this repository
$ git clone https://github.com/mtake/swift-for-linux.git
  1. Clone Swift repository
$ git clone https://github.com/apple/swift.git
  1. Change directory to this repository
$ cd swift-for-linux
  1. Build Swift
$ ./update-deps.sh
$ ./build.sh

Building and running Swift benchmark suite

Please refer to README-benchmark.txt.