|
@@ -28,6 +28,13 @@ These examples are part of the Protocol Buffers tutorial, located at:
|
|
"-lpthread" from the linker commands (perhaps replacing it with something else).
|
|
"-lpthread" from the linker commands (perhaps replacing it with something else).
|
|
We didn't do this automatically because we wanted to keep the example simple.
|
|
We didn't do this automatically because we wanted to keep the example simple.
|
|
|
|
|
|
|
|
+## Java ##
|
|
|
|
+
|
|
|
|
+protobuf-java-*.jar can be generated by:
|
|
|
|
+ cd ../java
|
|
|
|
+ mvn package
|
|
|
|
+and will be used by "make java"
|
|
|
|
+
|
|
## Go ##
|
|
## Go ##
|
|
|
|
|
|
The Go example requires a plugin to the protocol buffer compiler, so it is not
|
|
The Go example requires a plugin to the protocol buffer compiler, so it is not
|