This repository was archived by the owner on Jun 15, 2024. It is now read-only.
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\protobuf inside vcpkg folder
locate port_def.inc file. It should be in \installed\x64-windows\include\google\protobuf folder 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.lib file. It should be in \installed\x64-windows\lib inside 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.lib to protobuf.lib
run
and.. there still some issues with installed gcld3...
Reactions are currently unavailable
I had some problems installing gcld3 on windows (python 3.8). Simple
pip install gcld3didn't do the trick. But I've found a way to install it.\installed\x64-windows\tools\protobufinside vcpkg folderport_def.incfile. It should be in\installed\x64-windows\include\google\protobuffolder inside vcpkg installationgoogle/protobuf/port_def.inc.\installed\x64-windows\include\inside vcpkg installation.libprotobuf.libfile. It should be in\installed\x64-windows\libinside vcpkg folder.libprotobuf.libtoprotobuf.lib