Created
May 30, 2016 16:11
-
-
Save akrabat/73e977651e4cec0c64ef732095fb500d to your computer and use it in GitHub Desktop.
Compile swift-corelibs-libdispatch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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