Skip to content

Commit 4f4cfd7

Browse files
committed
update related projects list to include Foundation and XCTest
This ensures proper naming when initial clones are made Also ensure the list of required packages from apt-get include icu-devtools which is required for building CF on linux
1 parent 3d5c496 commit 4f4cfd7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ For OS X, you need [the latest Xcode](https://developer.apple.com/xcode/download
5252

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

55-
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
55+
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
5656

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

7779

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

0 commit comments

Comments
 (0)