Updates the README.md to make maven a prequisite

pull/3109/head
Tim Emiola 10 years ago
parent 33208208fe
commit 448d4fcfb9
  1. 18
      README.md

@ -52,14 +52,22 @@ cd grpc-helloworld
# Install Java 8 # Install Java 8
Java gRPC works on both Java 7 and Java 8. To keep this example simple, will Java gRPC is designed to work with both Java 7 and Java 8. For simplicity,
assume that you've installed Java 8. Instructions for the example assumes that Java 8 is installed. See
[installing Java 8](http://docs.oracle.com/javase/8/docs/technotes/guides/install/install_overview.html) [Install Java 8](http://docs.oracle.com/javase/8/docs/technotes/guides/install/install_overview.html)
are available online. for instructions.
# Install Maven
To simplify building and the managing of gRPC's dependencies, the java client
are server are structured as a standard [Maven](http://maven.apache.org/guides/getting-started/)
project. See [Install Maven](http://maven.apache.org/users/index.html) for instructions.
# Install Go 1.4 # Install Go 1.4
Go gRPC requires Go 1.4. It's available for [download](https://golang.org/dl/) and install online. Go gRPC requires Go 1.4, the latest version of Go. See
[Install Go](https://golang.org/doc/install) for instructions.
# (optional) Install protoc # (optional) Install protoc

Loading…
Cancel
Save