You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 15, 2024. It is now read-only.
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.\installed\x64-windows\tools\protobuf
inside vcpkg folderport_def.inc
file. It should be in\installed\x64-windows\include\google\protobuf
folder inside vcpkg installationgoogle/protobuf/port_def.inc
.\installed\x64-windows\include\
inside vcpkg installation.libprotobuf.lib
file. It should be in\installed\x64-windows\lib
inside vcpkg folder.libprotobuf.lib
toprotobuf.lib
The text was updated successfully, but these errors were encountered: