-
Notifications
You must be signed in to change notification settings - Fork 448
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update README.md #336
Update README.md #336
Conversation
* Clarify instructions for fetching submodules. * Add protobuf to list of dependencies. * Polish some prose.
README.md
Outdated
- GNU Bison and Flex (parser and lexical analyzer generators) | ||
- GNU Bison and Flex for the parser and lexical analyzer generators. | ||
|
||
- Google's Protocol Buffers for the control plane |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
for the control plane API generation?
@@ -63,15 +69,15 @@ Most dependences can be installed using `apt-get install`: | |||
|
|||
`sudo apt-get install g++ git automake libtool libgc-dev bison flex libgmp-dev libboost-dev pkg-config python python-scapy python-ipaddr tcpdump` | |||
|
|||
An exception is Protocol Buffers; we need version 3.0, which is not available |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's mention the 3.0.2 version on the dependency list. We do put the version for Python.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
Clarify instructions for fetching submodules.
Add protobuf to list of dependencies.
Polish some prose.