From e180670cb5e70cde053585e4dd23a8fd5c7d5e04 Mon Sep 17 00:00:00 2001 From: Joshua Peraza Date: Fri, 8 Apr 2022 10:53:46 -0700 Subject: [PATCH] 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 Commit-Queue: Joshua Peraza --- doc/developing.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/developing.md b/doc/developing.md index 60c41553..a4017fb7 100644 --- a/doc/developing.md +++ b/doc/developing.md @@ -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