Skip to content

Commit

Permalink
issue: 1277085 Update recommended installation command
Browse files Browse the repository at this point in the history
The recommended installation command which mentioned in README.txt
and install.sh should install all files the same location as MLNX_OFED.

Signed-off-by: Liran Oz <[email protected]>
  • Loading branch information
liranoz12 authored Jan 25, 2018
1 parent eba7cc7 commit ebed1fe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Update: 14 Dec 2017
Update: 25 Jan 2018

Introduction
============
Expand All @@ -25,7 +25,7 @@ Prerequisites:

Build:
1. ./autogen.sh
2. ./configure --with-ofed=/usr --prefix=/usr --libdir=/usr/lib64 --includedir=/usr/include/mellanox --docdir=/usr/share/doc/libvma --sysconfdir=/etc
2. ./configure --with-ofed=/usr --prefix=/usr --libdir=/usr/lib64 --includedir=/usr/include --docdir=/usr/share/doc/libvma --sysconfdir=/etc
3. make

You will find libvma.so in path_to_vma_dir/src/vma/.libs/libvma.so.
Expand Down
4 changes: 2 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ VMA_VERSION="$VMA_LIBRARY_MAJOR.$VMA_LIBRARY_MINOR.$VMA_LIBRARY_REVISION-$VMA_LI
#configure without parameters - good if you don't need to install. libvma.so will be in ./src/vma/.libs/libvma.so.
#./configure
#configure with parameters required for install
#example: ./configure --with-ofed=/usr --prefix=/usr --libdir=/usr/lib64 --includedir=/usr/include/mellanox --docdir=/usr/share/doc/libvma-6.4.7-0 --sysconfdir=/etc
./configure --with-ofed=/usr --prefix=/usr --libdir=/usr/lib64 --includedir=/usr/include/mellanox --docdir="/usr/share/doc/libvma-$VMA_VERSION" --sysconfdir=/etc
#example: ./configure --with-ofed=/usr --prefix=/usr --libdir=/usr/lib64 --includedir=/usr/include --docdir=/usr/share/doc/libvma-8.5.2 --sysconfdir=/etc
./configure --with-ofed=/usr --prefix=/usr --libdir=/usr/lib64 --includedir=/usr/include --docdir="/usr/share/doc/libvma-$VMA_VERSION" --sysconfdir=/etc
make
sudo make install

0 comments on commit ebed1fe

Please sign in to comment.