Ignore:
Timestamp:
2017-11-04T21:50:31+01:00 (9 years ago)
Author:
donvip
Message:

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

Location:
applications/editors/josm/plugins/pbf
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/pbf

    • Property svn:externals
      •  

        old new  
        1 proto https://github.com/scrosby/OSM-binary/trunk/src
        2 protobuf https://github.com/google/protobuf/tags/v2.6.1/src/google/protobuf/
         1https://github.com/scrosby/OSM-binary/trunk/src proto
         2https://github.com/google/protobuf/tags/v3.4.1/src/google/protobuf protobuf
  • applications/editors/josm/plugins/pbf/tools/readme.txt

    r31905 r33772  
    33https://developers.google.com/protocol-buffers/
    44
    5 This package contains a precompiled Win32 binary version of the protocol buffer
    6 compiler (protoc).  This binary is intended for Windows users who want to
    7 use Protocol Buffers in Java or Python but do not want to compile protoc
    8 themselves.  To install, simply place this binary somewhere in your PATH.
     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.
    99
    10 This binary was built using MinGW, but the output is the same regardless of
    11 the C++ compiler used.
     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/'.
    1213
    13 You will still need to download the source code package in order to obtain the
    14 Java or Python runtime libraries.  Get it from:
    15   https://github.com/google/protobuf/releases/
     14Please refer to our official github site for more installation instructions:
     15  https://github.com/google/protobuf
Note: See TracChangeset for help on using the changeset viewer.