From 74e5db92a9275655eff4bad38a48ba519bcede77 Mon Sep 17 00:00:00 2001 From: Jiawei Wang Date: Fri, 3 Apr 2020 12:02:12 +0800 Subject: [PATCH] Update README.md --- python/examples/criteo_ctr_with_cube/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/python/examples/criteo_ctr_with_cube/README.md b/python/examples/criteo_ctr_with_cube/README.md index eed612f4..324733d5 100755 --- a/python/examples/criteo_ctr_with_cube/README.md +++ b/python/examples/criteo_ctr_with_cube/README.md @@ -2,6 +2,16 @@ ([简体中文](./README_CN.md)|English) +### Compile Source Code +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 .. +make -j10 +make install -j10 +``` + ### Get Sample Dataset ``` -- GitLab