docs: remove protobuf from docs

This commit is contained in:
fanquake
2019-10-12 11:50:13 -04:00
parent 67328bb7ca
commit 1cb9a4e28c
3 changed files with 1 additions and 13 deletions

View File

@@ -62,8 +62,7 @@ First, install the general dependencies:
sudo apt install build-essential libtool autotools-dev automake pkg-config bsdmainutils curl git
A host toolchain (`build-essential`) is necessary because some dependency
packages (such as `protobuf`) need to build host utilities that are used in the
build process.
packages need to build host utilities that are used in the build process.
See [dependencies.md](dependencies.md) for a complete overview.