Skip to content
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