Skip to content

Commit

Permalink
Update build example to protobuf-2.6.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
estan committed Dec 19, 2014
1 parent 789a523 commit 94fe106
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ On windows, it's easiest to just use the [ZIP distribution][release_zip].
If you want to build yourself, start a Qt/MSVC command prompt,
load `vcvarsall.bat` and then run

> set PROTOBUF_PREFIX=/path/to/protobuf-2.5.0
> set PROTOBUF_PREFIX=/path/to/protobuf-2.6.1
> qmake
> nmake

Expand All @@ -41,7 +41,7 @@ to fix this in the future.
### Mac OS X
At a Terminal prompt, run

$ export PROTOBUF_PREFIX=/path/to/protobuf-2.5.0
$ export PROTOBUF_PREFIX=/path/to/protobuf-2.6.1
$ qmake
$ make

Expand Down

0 comments on commit 94fe106

Please sign in to comment.