Skip to content

Commit

Permalink
Add 'pkg-config' to list of minimal dependencies. This was reported w…
Browse files Browse the repository at this point in the history
…hen building Swift on a minimal Ubuntu installation.
  • Loading branch information
tkremenek committed Nov 13, 2015
1 parent 9690bda commit e6e29cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 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 swig libpython-dev libncurses5-dev
sudo apt-get install git cmake ninja-build clang uuid-dev libicu-dev libbsd-dev libedit-dev libxml2-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 Down

0 comments on commit e6e29cf

Please sign in to comment.