From c7a9f645753a5fee5b561a45e28e149886a08404 Mon Sep 17 00:00:00 2001 From: Magne Sjaastad Date: Tue, 28 May 2019 14:55:28 +0200 Subject: [PATCH] Update GRPC_install_instructions.txt --- GRPC_install_instructions.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/GRPC_install_instructions.txt b/GRPC_install_instructions.txt index 26dc03497c..7deba5e702 100644 --- a/GRPC_install_instructions.txt +++ b/GRPC_install_instructions.txt @@ -11,7 +11,11 @@ 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 -DPYTHON_EXECUTABLE=LOCATION_OF_PYTHON.EXE +8. Python + - Install Python 3 + - Execute the following using the Python3 + python -m pip install grpcio-tools + - 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