Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 532 Bytes

README.md

File metadata and controls

26 lines (23 loc) · 532 Bytes

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.