Skip to content

Instantly share code, notes, and snippets.

@alloy
Created September 11, 2019 12:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alloy/2a40ac5867930d8bc53119b16d21a453 to your computer and use it in GitHub Desktop.
Save alloy/2a40ac5867930d8bc53119b16d21a453 to your computer and use it in GitHub Desktop.
Build Swift
git clone https://github.com/llvm/llvm-project.git
ln -s llvm-project/llvm
ln -s llvm-project/clang
git clone https://github.com/apple/swift-cmark cmark
git clone https://github.com/apple/swift
cd swift
./utils/build-script --release-debuginfo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment