Skip to content

Commit

Permalink
update installation scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
yiwenzhang92 committed Feb 11, 2019
1 parent 4e5d635 commit f5541bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup_X3.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup_X4.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit f5541bf

Please sign in to comment.