Skip to content

update related projects list to include Foundation and XCTest #9

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 20, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ For OS X, you need [the latest Xcode](https://developer.apple.com/xcode/download

For Ubuntu, you'll need the following development dependencies:

sudo apt-get install git cmake ninja-build clang uuid-dev libicu-dev libbsd-dev libedit-dev libxml2-dev libsqlite3-dev swig libpython-dev libncurses5-dev pkg-config
sudo apt-get install git cmake ninja-build clang uuid-dev libicu-dev icu-devtools libbsd-dev libedit-dev libxml2-dev libsqlite3-dev swig libpython-dev libncurses5-dev pkg-config

Note: LLDB currently requires at least swig-1.3.40 but will successfully build
with version 2 shipped with Ubuntu.
Expand All @@ -73,6 +73,8 @@ compiler for C++14 support and create a symlink:
git clone [email protected]:/apple/swift-cmark.git cmark
git clone [email protected]:/apple/swift-llbuild.git llbuild
git clone [email protected]:/apple/swift-package-manager.git swiftpm
git clone [email protected]:/apple/swift-corelibs-xctest.git XCTest
git clone [email protected]:/apple/swift-corelibs-foundation.git Foundation


[CMake](http://cmake.org) is the core infrastructure used to configure builds of
Expand Down