Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add more build dependencies #900

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,13 @@ Checkout the source:

Install build dependencies:

echo 'deb http://download.opensuse.org/repositories/network:/messaging:/zeromq:/release-stable/Debian_9.0/ ./' | sudo tee -a /etc/apt/sources.list > /dev/null
wget https://download.opensuse.org/repositories/network:/messaging:/zeromq:/release-stable/Debian_9.0/Release.key -O- | sudo apt-key add
sudo apt-get install make libtool m4 autoconf dh-exec debhelper cmake pkg-config \
libhiredis-dev libnl-3-dev libnl-genl-3-dev libnl-route-3-dev \
libnl-nf-3-dev swig3.0 libpython2.7-dev libpython3-dev \
libgtest-dev libgmock-dev libboost-dev
libgtest-dev libgmock-dev libboost-dev libboost-serialization-dev \
libyang-dev uuid-dev nlohmann-json3-dev libzmq3-dev

Build and Install Google Test and Mock from DEB source packages:

Expand Down
Loading