Created
December 13, 2017 09:34
-
-
Save aharonamir/ae87f90a4e4c314b112db5eab118fa11 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# | |
# File: install-dependencies.sh | |
# Author: amir | |
# | |
apt-get install -y libzmq3 libzmq3-dev liblog4cpp5 liblog4cpp5-dev \ | |
libgoogle-glog-dev libboost-all-dev libssl-dev uuid-dev libzmqpp-dev libmhash-dev |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment