aboutsummaryrefslogtreecommitdiff
path: root/src/README.md
Commit message (Collapse)AuthorAgeFilesLines
* Replace repo links.Feng Xiao2018-08-221-3/+3
|
* Add status badge for bazel build.Feng Xiao2018-08-131-1/+1
|
* Remove/replace travis references (#4953)Feng Xiao2018-07-221-1/+1
| | | | * Remove/replace travis references.
* Update instructions about getting protobuf source.Feng Xiao2018-03-291-65/+71
|
* Include googletest as a submodule (#3993)Carlos O'Ryan2018-03-261-1/+1
| | | Add googletest as a submodule in third_party/googletest.
* Add Vcpkg to C++ installation instructions for WindowsRobert Schumacher2018-01-291-0/+10
| | | | Fixes issue #1154 by noting that `vcpkg` contains protobuf. Potential improvements: also remark how to use `vcpkg` to get dependencies when building from source via CMake.
* proper codeblock in READMEBrent Shaffer2016-06-091-1/+1
|
* Merge pull request #1499 from beardedN5rd/masterFeng Xiao2016-05-061-1/+4
|\ | | | | updated README
| * after comment of Feng Xiao changed the entry to g++beardedn5rd2016-05-061-2/+2
| |
| * updated READMEbeardedn5rd2016-05-061-1/+4
| |
* | Updated README.mdMahmut Ali Ă–ZKURAN2016-05-061-1/+1
|/ | | Added relative link to cmake guide.
* Refactor README.md.Feng Xiao2016-01-211-0/+209
Move the original README.md to src since it's talking about C++ exclusively and add a more general README.md to document how to install protoc for all languages.