From cc44fb22863870c291c6d421c88db2a5a1ca92c5 Mon Sep 17 00:00:00 2001 From: Jiawei Wang Date: Fri, 3 Apr 2020 19:01:38 +0800 Subject: [PATCH] Update README.md --- python/examples/criteo_ctr_with_cube/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/examples/criteo_ctr_with_cube/README.md b/python/examples/criteo_ctr_with_cube/README.md index 4a69fd52..25f171f5 100755 --- a/python/examples/criteo_ctr_with_cube/README.md +++ b/python/examples/criteo_ctr_with_cube/README.md @@ -7,7 +7,7 @@ in the root directory of this git project ``` mkdir build_server cd build_server -cmake -DPYTHON_INCLUDE_DIR=$PYTHONROOT/include/python2.7/ -DPYTHON_LIBRARIES=$PYTHONROOT/lib/libpython2.7.so -DPYTHON_EXECUTABLE=$PYTHONROOT/bin/python -DCLIENT_ONLY=OFF .. +cmake -DPYTHON_INCLUDE_DIR=$PYTHONROOT/include/python2.7/ -DPYTHON_LIBRARIES=$PYTHONROOT/lib64/libpython2.7.so -DPYTHON_EXECUTABLE=$PYTHONROOT/bin/python -DSERVER=ON .. make -j10 make install -j10 ``` -- GitLab