My script for building and running Swift on Intel Linux.
- Create an empty directory and cd to the directory
- Clone this repository
$ git clone https://github.com/mtake/swift-for-linux.git
- Clone Swift repository
$ git clone https://github.com/apple/swift.git
- Change directory to this repository
$ cd swift-for-linux
- Build Swift
$ ./update-deps.sh
$ ./build.sh
Please refer to README-benchmark.txt.