Commit c89aaed7 authored by Robert Edmonds's avatar Robert Edmonds

README.md: link to the protobuf project, not the Protocol Buffers documentation

parent a4030b56
...@@ -12,7 +12,7 @@ This is `protobuf-c`, a C implementation of the [Google Protocol Buffers](https: ...@@ -12,7 +12,7 @@ This is `protobuf-c`, a C implementation of the [Google Protocol Buffers](https:
## Building ## Building
`protobuf-c` requires a C compiler, a C++ compiler, [Google Protocol Buffers](https://developers.google.com/protocol-buffers/), and `pkg-config` to be installed. `protobuf-c` requires a C compiler, a C++ compiler, [protobuf](https://code.google.com/p/protobuf/), and `pkg-config` to be installed.
./configure && make && make install ./configure && make && make install
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment