mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Update GRPC_install_instructions.txt
This commit is contained in:
parent
2648997377
commit
c7a9f64575
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user