Skip to content

Instantly share code, notes, and snippets.

@akrabat
Created May 30, 2016 16:11
Show Gist options
  • Save akrabat/73e977651e4cec0c64ef732095fb500d to your computer and use it in GitHub Desktop.
Save akrabat/73e977651e4cec0c64ef732095fb500d to your computer and use it in GitHub Desktop.
Compile swift-corelibs-libdispatch
$ cd /vagrant
$ git clone -b experimental/foundation https://github.com/apple/swift-corelibs-libdispatch.git
$ cd swift-corelibs-libdispatch
$ git submodule init
$ git submodule update
$ sh ./autogen.sh
$ ./configure --with-swift-toolchain=/home/vagrant/swiftenv/versions/DEVELOPMENT-SNAPSHOT-2016-05-03-a/usr --prefix=/home/vagrant/swiftenv/versions/DEVELOPMENT-SNAPSHOT-2016-05-03-a/usr
$ make
$ make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment