Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 638 Bytes

GettingStarted.adoc

File metadata and controls

16 lines (9 loc) · 638 Bytes

Getting Started

The JCR 2.0 Specification (JSR-283) is included under docs for quick reference

Prerequisites

Installing Protocol Buffers Compiler

For Windows

The easiest way to install the compiler is to install the binary from https://github.com/google/protobuf/releases/download/v2.6.1/protoc-2.6.1-win32.zip and then set the /path/to/protoc/parent on your PATH variable.

For Macs

Run ./install_protoc_from_source.sh located at the root of this project. This will compile the protoc compiler

For both Windows and Mac : To verify that installation was successful, protoc --version should display `2.6.1`