Add libcurl to required packages in documentation

Follows up on discussion in:
https://groups.google.com/a/chromium.org/g/crashpad-dev/c/1-QgplOJnw8

Change-Id: Ibb6bfca0455f34f23b6d833c4b67fd392eee74ca
Reviewed-on: https://chromium-review.googlesource.com/c/crashpad/crashpad/+/3579505
Reviewed-by: Mark Mentovai <mark@chromium.org>
Commit-Queue: Joshua Peraza <jperaza@chromium.org>
This commit is contained in:
Joshua Peraza 2022-04-08 10:53:46 -07:00 committed by Crashpad LUCI CQ
parent 7bc7e7508f
commit e180670cb5

View File

@ -46,8 +46,9 @@ the `$PATH` environment variable:
Windows](https://docs.microsoft.com/en-us/windows-hardware/drivers/debugger/).
* On Linux, obtain appropriate tools for C++ development through any
appropriate means including the systems package manager. On Debian and
Debian-based distributions, the `build-essential` and `zlib1g-dev`
packages should suffice.
Debian-based distributions, the `build-essential`, `zlib1g-dev`, and any
one of the `libcurl4-*-dev` packages such as `libcurl4-openssl-dev` should
suffice.
* Chromiums
[depot_tools](https://www.chromium.org/developers/how-tos/depottools).
* [Git](https://git-scm.com/). This is provided by Xcode on macOS, by