Skip to content

Commit 65517f2

Browse files
authored
Add curl to Debian dependency line (#38593)
LibCURL requires curl, and it's not installed by default on Ubuntu systems
1 parent e1076dd commit 65517f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/build/build.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ Building Julia requires that the following software be installed:
160160

161161
On Debian-based distributions (e.g. Ubuntu), you can easily install them with `apt-get`:
162162
```
163-
sudo apt-get install build-essential libatomic1 python gfortran perl wget m4 cmake pkg-config
163+
sudo apt-get install build-essential libatomic1 python gfortran perl wget m4 cmake pkg-config curl
164164
```
165165

166166
Julia uses the following external libraries, which are automatically

0 commit comments

Comments
 (0)