Commit da8a491b authored by chiaming2000's avatar chiaming2000
Browse files

Added protocol buffer dependency on README.md.

parent 6bfe6d10
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -8,6 +8,8 @@ Suggested Development Environments

* Maven 3.0.3 or later: [http://maven.apache.org/download.cgi](http://maven.apache.org/download.cgi)

* Protocol buffer 2.5 [https://code.google.com/p/protobuf/downloads/list] (https://code.google.com/p/protobuf/downloads/list)

* For Windows 7 system, install the system patch package for jni:
  32 bit: [http://www.microsoft.com/en-us/download/details.aspx?id=5555](http://www.microsoft.com/en-us/download/details.aspx?id=5555)
  64 bit: [http://www.microsoft.com/en-us/download/details.aspx?id=14632](http://www.microsoft.com/en-us/download/details.aspx?id=14632 )
+3 −0
Original line number Diff line number Diff line
@@ -4,6 +4,9 @@ The kinetic-java projects depends on kinetic.proto file that hosted on https://g
The file is required to be down-loaded to your local development environment and compiled into Java files before the 
projects can be built.

If you already have protocol buffer installed, you may proceed to normal maven project build (#4 below).  
Otherwise, please setup the protocol buffer as follows.

1. You must have protocol buffer installed on your development environment:

https://code.google.com/p/protobuf/