jinhai ebb0aae46d Add LICENSE.txt and RELEASE.md
Former-commit-id: efc11b9e475ea36e5600302c9b7f5ddbb5a5a376
2019-04-14 20:12:34 +08:00
..
2019-04-12 20:58:45 +08:00
2019-04-14 19:46:25 +08:00
2019-04-14 19:59:17 +08:00
2019-04-14 19:46:25 +08:00
2019-04-14 20:12:34 +08:00
2019-04-14 19:59:17 +08:00
2019-04-14 20:12:34 +08:00

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