using -j $(nproc) when making

This commit is contained in:
alvations 2018-08-21 14:12:34 +08:00 committed by GitHub
parent fb6cef2a66
commit ec72b7a258
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -176,7 +176,7 @@ If want to use self-prepared protobuf library, setup below environment variables
% mkdir build
% cd build
% cmake ..
% make
% make -j $(nproc)
% sudo make install
% sudo ldconfig -v
```