Skip to content

Commit

Permalink
Add pkg-config to Dockerfile, docs steemit#715
Browse files Browse the repository at this point in the history
  • Loading branch information
theoreticalbts committed Dec 19, 2016
1 parent 7471b74 commit 93bbded
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ RUN \
libtool \
ncurses-dev \
pbzip2 \
pkg-config \
python3 \
python3-dev \
&& \
Expand Down
6 changes: 4 additions & 2 deletions doc/building.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ will build out of the box without further effort:
git \
libssl-dev \
libtool \
make
make \
pkg-config

# Boost packages (also required)
sudo apt-get install -y \
Expand Down Expand Up @@ -92,7 +93,8 @@ Here are the required packages:
git \
libssl-dev \
libtool \
make
make \
pkg-config

# Packages required to build Boost
sudo apt-get install -y \
Expand Down

0 comments on commit 93bbded

Please sign in to comment.