From 65517f27625707f419a3d776962be34226ecacc4 Mon Sep 17 00:00:00 2001 From: Tim Holy Date: Sat, 28 Nov 2020 18:31:46 -0600 Subject: [PATCH] Add curl to Debian dependency line (#38593) LibCURL requires curl, and it's not installed by default on Ubuntu systems --- doc/build/build.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/build/build.md b/doc/build/build.md index 412606d5b1499..b0949dcce2130 100644 --- a/doc/build/build.md +++ b/doc/build/build.md @@ -160,7 +160,7 @@ Building Julia requires that the following software be installed: On Debian-based distributions (e.g. Ubuntu), you can easily install them with `apt-get`: ``` -sudo apt-get install build-essential libatomic1 python gfortran perl wget m4 cmake pkg-config +sudo apt-get install build-essential libatomic1 python gfortran perl wget m4 cmake pkg-config curl ``` Julia uses the following external libraries, which are automatically