source: osm/applications/editors/josm/plugins/pbf/tools/readme.txt@ 34508

Last change on this file since 34508 was 33772, checked in by donvip, 7 years ago

update to latest version of Protocol Buffers (v3.4.1)

File size: 715 bytes
RevLine 
[33772]1Protocol Buffers - Google's data interchange format
2Copyright 2008 Google Inc.
3https://developers.google.com/protocol-buffers/
4
5This package contains a precompiled binary version of the protocol buffer
6compiler (protoc). This binary is intended for users who want to use Protocol
7Buffers in languages other than C++ but do not want to compile protoc
8themselves. To install, simply place this binary somewhere in your PATH.
9
10If you intend to use the included well known types then don't forget to
11copy the contents of the 'include' directory somewhere as well, for example
12into '/usr/local/include/'.
13
14Please refer to our official github site for more installation instructions:
15 https://github.com/google/protobuf
Note: See TracBrowser for help on using the repository browser.