It is recommended to use Docker for compilation. We have prepared the Paddle Serving compilation environment for you:
...
...
@@ -54,6 +54,8 @@ make -j10
execute `make install` to put targets under directory `./output`
**Attention:**After the compilation is successful, the serving binary file will be generated in the ./core/general-server directory. Before starting the server, export SERVING_BIN = $ {path / to / serving / bin} is required to allow the server to use the compiled serving binary file.