diff --git a/README.osd b/README.osd index bba3f9d..77e10a6 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, but shared libs will not work: - CFLAGS="-O3 -DNDEBUG" ./configure --without-openssl --disable-karma --disable-thread-safety --enable-strict --enable-static --disable-shared --prefix=$(pwd)/install --with-openib=/usr/local/openib-iser --without-bmi-tcp + CFLAGS="-O3 -DNDEBUG" ./configure --without-openssl --disable-karma --disable-thread-safety --enable-strict --disable-static --enable-shared --prefix=$(pwd)/install --with-openib=/usr/local/openib-iser --without-bmi-tcp To build kernel module, add: --with-kernel=/usr/src/linux