]> git.proxmox.com Git - ceph.git/blobdiff - ceph/README.md
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / README.md
index 686e1083bfaa5725e36bdb85832f0df1c804781b..13a1b57a515bda736018c9338753be7ec9f60b27 100644 (file)
@@ -93,8 +93,8 @@ defaulted to ON. To build without the RADOS Gateway:
 Another example below is building with debugging and alternate locations 
 for a couple of external dependencies:
 
-       cmake -DLEVELDB_PREFIX="/opt/hyperleveldb" -DOFED_PREFIX="/opt/ofed" \
-       -DCMAKE_INSTALL_PREFIX=/opt/accelio -DCMAKE_C_FLAGS="-O0 -g3 -gdwarf-4" \
+       cmake -DLEVELDB_PREFIX="/opt/hyperleveldb" \
+       -DCMAKE_INSTALL_PREFIX=/opt/ceph -DCMAKE_C_FLAGS="-O0 -g3 -gdwarf-4" \
        ..
 
 To view an exhaustive list of -D options, you can invoke `cmake` with: