Changeset 33772 in osm for applications/editors/josm/plugins/pbf/tools/readme.txt
- Timestamp:
- 2017-11-04T21:50:31+01:00 (9 years ago)
- Location:
- applications/editors/josm/plugins/pbf
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
tools/readme.txt (modified) (1 diff)
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/ 1 https://github.com/scrosby/OSM-binary/trunk/src proto 2 https://github.com/google/protobuf/tags/v3.4.1/src/google/protobuf protobuf
-
- Property svn:externals
-
applications/editors/josm/plugins/pbf/tools/readme.txt
r31905 r33772 3 3 https://developers.google.com/protocol-buffers/ 4 4 5 This package contains a precompiled Win32binary version of the protocol buffer6 compiler (protoc). This binary is intended forWindowsusers who want to7 use ProtocolBuffers inJava or Pythonbut do not want to compile protoc8 themselves. To install, simply place this binary somewhere in your PATH.5 This package contains a precompiled binary version of the protocol buffer 6 compiler (protoc). This binary is intended for users who want to use Protocol 7 Buffers in languages other than C++ but do not want to compile protoc 8 themselves. To install, simply place this binary somewhere in your PATH. 9 9 10 This binary was built using MinGW, but the output is the same regardless of 11 the C++ compiler used. 10 If you intend to use the included well known types then don't forget to 11 copy the contents of the 'include' directory somewhere as well, for example 12 into '/usr/local/include/'. 12 13 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/ 14 Please 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.
