提交 d6dfcca8 编写于 作者: J Jiawei Wang 提交者: MRXLT

Update README.md

上级 0e3c9495
...@@ -2,6 +2,16 @@ ...@@ -2,6 +2,16 @@
([简体中文](./README_CN.md)|English) ([简体中文](./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 ### Get Sample Dataset
``` ```
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册