This repository was archived by the owner on Jun 15, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 126
Please, update installation instructions for windows. #92
Copy link
Copy link
Open
Description
I had some problems installing gcld3 on windows (python 3.8). Simple pip install gcld3 didn't do the trick. But I've found a way to install it.
- install vcpkg: https://vcpkg.io/en/getting-started.html.
- use vcpkg to install protobuf: https://github.com/protocolbuffers/protobuf/blob/main/src/README.md
>vcpkg install protobuf protobuf:x64-windows
- add a folder with protoc.exe to PATH environment variable. It should be located in
\installed\x64-windows\tools\protobufinside vcpkg folder - locate
port_def.incfile. It should be in\installed\x64-windows\include\google\protobuffolder inside vcpkg installation - set INCLUDE variable to a folder, that contains
google/protobuf/port_def.inc.\installed\x64-windows\include\inside vcpkg installation.
set INCLUDE=[...]\vcpkg\installed\x64-windows\include
- locate
libprotobuf.libfile. It should be in\installed\x64-windows\libinside vcpkg folder. - set LIB environment variable to that location.
set LIB=[...]\vcpkg\installed\x64-windows\lib
- (if issue Installing on windows requires 'protobuf.lib' file that does not exist #91 not fixed) copy
libprotobuf.libtoprotobuf.lib - run
pip install gcld3
- and.. there still some issues with installed gcld3...
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels