Skip to content

Commit aec3415

Browse files
authored
Merge pull request #4407 from phausler/requirement_update_for_foundation
swift-corelibs-foundation requires libcurl for URLSession
2 parents 985e32b + e77f4ed commit aec3415

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ For macOS, you need [the latest Xcode](https://developer.apple.com/xcode/downloa
5656

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

59-
sudo apt-get install git cmake ninja-build clang python uuid-dev libicu-dev icu-devtools libbsd-dev libedit-dev libxml2-dev libsqlite3-dev swig libpython-dev libncurses5-dev pkg-config libblocksruntime-dev
59+
sudo apt-get install git cmake ninja-build clang python uuid-dev libicu-dev icu-devtools libbsd-dev libedit-dev libxml2-dev libsqlite3-dev swig libpython-dev libncurses5-dev pkg-config libblocksruntime-dev libcurl4-openssl-dev
6060

6161
**Note:** LLDB currently requires at least `swig-1.3.40` but will successfully build
6262
with version 2 shipped with Ubuntu.

0 commit comments

Comments
 (0)