Browse Source

fix SSL

web
blackjok3rtt 6 years ago
committed by GitHub
parent
commit
24c6f6cd92
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      install/installnanomsg.sh

2
install/installnanomsg.sh

@ -1,6 +1,6 @@
#!/bin/bash
sudo apt-get update
sudo apt-get -y install build-essential pkg-config git libc6-dev m4 g++-multilib autoconf libtool ncurses-dev unzip python zlib1g-dev wget bsdmainutils automake libssl-dev libprotobuf-dev protobuf-compiler libqrencode-dev ntp ntpdate software-properties-common curl libcurl4-gnutls-dev cmake clang libevent-dev libboost-all-dev
sudo apt-get -y install build-essential pkg-config git libc6-dev m4 g++-multilib autoconf libtool ncurses-dev unzip python zlib1g-dev wget bsdmainutils automake libssl-dev libprotobuf-dev protobuf-compiler libqrencode-dev ntp ntpdate software-properties-common curl libcurl4-openssl-dev cmake clang libevent-dev libboost-all-dev
cd ~
git clone https://github.com/nanomsg/nanomsg
cd nanomsg

Loading…
Cancel
Save