diff options
author | fanquake <fanquake@gmail.com> | 2019-10-12 11:50:13 -0400 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2019-10-24 16:01:42 -0400 |
commit | 1cb9a4e28cccd3056e2b8d9cdabc45bf3e4dd2a6 (patch) | |
tree | 6c6bd5a1f3b6dec2dd382e0084a1c460998c6d5e /doc/build-windows.md | |
parent | 67328bb7ca57fa0df867ec73dbeeb97d61450a4e (diff) |
docs: remove protobuf from docs
Diffstat (limited to 'doc/build-windows.md')
-rw-r--r-- | doc/build-windows.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/build-windows.md b/doc/build-windows.md index 5ca9f98475..f8095f6a65 100644 --- a/doc/build-windows.md +++ b/doc/build-windows.md @@ -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. |