Update GRPC_install_instructions.txt

This commit is contained in:
Magne Sjaastad 2019-05-28 10:56:25 +02:00 committed by GitHub
parent f8b8f4d7c8
commit 2648997377
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ git clone https://github.com/microsoft/vcpkg.git
6. Run cmake with -DCMAKE_TOOLCHAIN_FILE=LOCATION_OF_VCPKG/buildsystems/vcpkg.cmake
This can be set on the configure dialog that comes up when you press configure with a fresh build folder.
7. Enable GRPC by setting RESINSIGHT_ENABLE_GRPC = true
8. Make sure the python executable is found by setting PYTHON_EXECUTABLE=LOCATION_OF_PYTHON.EXE
8. Make sure the python executable is found by setting -DPYTHON_EXECUTABLE=LOCATION_OF_PYTHON.EXE
############ Linux as STANDALONE GPRC (using GRPC_INSTALL_PREFIX=/opt/grpc as an example) ###############
1. Clone grpc