We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bea733d + 1e734ba commit a5c87e8Copy full SHA for a5c87e8
tools/install_deps.sh
@@ -1,3 +1,4 @@
1
+sudo apt-get update
2
sudo apt install -y build-essential libtool autoconf automake libnuma-dev unzip pkg-config librdmacm-dev rdma-core make cmake python3-pip
3
4
THIS_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )"/../ &> /dev/null && pwd )"
@@ -15,4 +16,4 @@ make -j
15
16
make install
17
popd || exit
18
-rm -rf zeromq-4.1.4.tar.gz zeromq-4.1.4
19
+rm -rf zeromq-4.1.4.tar.gz zeromq-4.1.4
0 commit comments