From f5541bfb813a41d0a53c8ff4d3fc97950cc8f212 Mon Sep 17 00:00:00 2001 From: Yiwen Zhang Date: Sun, 10 Feb 2019 20:25:30 -0500 Subject: [PATCH] update installation scripts --- setup_X3.sh | 2 +- setup_X4.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup_X3.sh b/setup_X3.sh index f92b21e..7f0f378 100755 --- a/setup_X3.sh +++ b/setup_X3.sh @@ -1,5 +1,5 @@ sudo apt-get update -sudo apt-get install -y pkg-config libnl-3-dev libnl-route-3-dev libibumad-dev +sudo apt-get install -y pkg-config libnl-3-dev libnl-route-3-dev libibumad-dev librdmacm-dev cd ~/frdma/libibverbs-41mlnx1/ ./autogen.sh ./configure --prefix=/usr libdir=/usr/lib64 diff --git a/setup_X4.sh b/setup_X4.sh index 2e7634e..4d0f35f 100755 --- a/setup_X4.sh +++ b/setup_X4.sh @@ -1,5 +1,5 @@ sudo apt-get update -sudo apt-get install -y pkg-config libnl-3-dev libnl-route-3-dev libibumad-dev +sudo apt-get install -y pkg-config libnl-3-dev libnl-route-3-dev libibumad-dev librdmacm-dev cd ~/frdma/libibverbs-41mlnx1/ ./autogen.sh ./configure --prefix=/usr libdir=/usr/lib64