mirror of
https://github.com/chromium/crashpad.git
synced 2024-12-26 23:01:05 +08:00
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:
parent
7bc7e7508f
commit
e180670cb5
@ -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 system’s 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.
|
||||
* Chromium’s
|
||||
[depot_tools](https://www.chromium.org/developers/how-tos/depottools).
|
||||
* [Git](https://git-scm.com/). This is provided by Xcode on macOS, by
|
||||
|
Loading…
x
Reference in New Issue
Block a user