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
I would like to request that the snap installation also sets a global environment variable $PROTOBUF_HOME to the installation directory, if that is possible. This will make it easier for users to write portable scripts that use protoc, in the form of
protoc -I=${PROTOBUF_HOME}/include ......
This will be a good stepping stone to allowing users to use the installation-included .proto files to ensure consistency.
The text was updated successfully, but these errors were encountered:
Wonderful work getting protobuf on snapcraft!
I would like to request that the snap installation also sets a global environment variable
$PROTOBUF_HOME
to the installation directory, if that is possible. This will make it easier for users to write portable scripts that useprotoc
, in the form ofThis will be a good stepping stone to allowing users to use the installation-included
.proto
files to ensure consistency.The text was updated successfully, but these errors were encountered: