提交 ed47568b 编写于 作者: J jinhai

Update README.md


Former-commit-id: 0cdea6bc8b1d3b8e7b7aa2753e111a9b229f757d
上级 22e71a4d
# Compilation
##### Step 1, build the third_party library:
./third_party/build.sh
##### step2, build vecwise engine:
mkdir build && cd build && cmake .. && make -j
##### step3, get the library and server:
build/src/vecwise_engine_server is the server
build/src/libvecwise_engine.a is the static library
\ No newline at end of file
......@@ -14,7 +14,7 @@ set(vecwise_engine_src
${cache_files}
)
add_library(vecwise_engine SHARED ${vecwise_engine_src})
add_library(vecwise_engine STATIC ${vecwise_engine_src})
add_executable(vecwise_engine_server
${config_files}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册