Skip to content

Commit

Permalink
Add curl to Debian dependency line (JuliaLang#38593)
Browse files Browse the repository at this point in the history
LibCURL requires curl, and it's not installed by default on Ubuntu systems
  • Loading branch information
timholy authored Nov 29, 2020
1 parent e1076dd commit 65517f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/build/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 65517f2

Please sign in to comment.