diff --git a/README.osd b/README.osd index 5e5941c..c041258 100644 --- a/README.osd +++ b/README.osd @@ -25,7 +25,7 @@ Or, with optimization: CFLAGS="-O3 -DNDEBUG" ./configure --without-openssl --disable-karma --disable-thread-safety --enable-strict --enable-shared --disable-static --prefix=$(pwd)/install Or, with IB: - CFLAGS="-O3 -DNDEBUG" ./configure --without-openssl --disable-karma --disable-thread-safety --enable-strict --enable-shared --disable-static --prefix=$(pwd)/install --with-openib=/usr/local/openib-iser --with-openib-includes=/usr/local/openib-iser/include/ --with-openib-libs=/usr/local/openib-iser/lib/ --without-bmi-tcp + CFLAGS="-O3 -DNDEBUG" ./configure --without-openssl --disable-karma --disable-thread-safety --enable-strict --enable-shared --disable-static --prefix=$(pwd)/install --with-openib=/usr/local/openib-iser --without-bmi-tcp To build kernel module, add: --with-kernel=/usr/src/linux