diff options
Diffstat (limited to '')
-rw-r--r-- | ctdb/ib/README.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ctdb/ib/README.txt b/ctdb/ib/README.txt new file mode 100644 index 0000000..e238a1d --- /dev/null +++ b/ctdb/ib/README.txt @@ -0,0 +1,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 |