blob: e238a1d9126f6202c33a74d4309ccb07f13c7bee (
plain)
1
2
3
4
5
6
7
8
9
10
|
Compilation
===========
For the configure script, please set the OFED include & library path by e.g.:
export CFLAGS="-I/usr/local/ofed/include -L/usr/local/ofed/lib"
After then:
./configure --enable-infiniband
|