summaryrefslogtreecommitdiff
path: root/misc/protobuf3/README
diff options
context:
space:
mode:
authorWilly Sudiarto Raharjo <willysr@slackbuilds.org>2018-01-04 17:49:27 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2018-01-06 06:41:50 +0700
commitbb6badf9a52310c97b181b7adf3d833ff1732a42 (patch)
tree7a12965fa7f8c25559446450500c222970290927 /misc/protobuf3/README
parent5d64b8d2fac690a33b52cfcc7f2201feb9359f18 (diff)
downloadslackbuilds-bb6badf9a52310c97b181b7adf3d833ff1732a42.tar.gz
misc/protobuf3: Updated for version 3.5.1.1, add python3 support.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'misc/protobuf3/README')
-rw-r--r--misc/protobuf3/README3
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/protobuf3/README b/misc/protobuf3/README
index 3c70ca0ab0..40fd496a9d 100644
--- a/misc/protobuf3/README
+++ b/misc/protobuf3/README
@@ -25,4 +25,5 @@ NOTE:
continue to support protobuf version 2.
* Protobuf3 enforces strict UTF-8 checking.
Parsing will fail if a string field contains non UTF-8 data.
-* This SlackBuild installs the Python bindings by default.
+* This SlackBuild installs the Python2 bindings by default.
+ Python3 bindings will be installed if Python3 is installed.