mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
GettingStarted.md: add missing link for Ubuntu 18.04 dependencies
This commit is contained in:
@@ -157,12 +157,13 @@ toolchain as a one-off, there are a couple of differences:
|
||||
### Linux
|
||||
|
||||
1. The latest Linux dependencies are listed in the respective Dockerfiles:
|
||||
* [Ubuntu 18.04](https://github.com/apple/swift-docker/blob/main/swift-ci/master/ubuntu/18.04/Dockerfile)
|
||||
* [Ubuntu 20.04](https://github.com/apple/swift-docker/blob/main/swift-ci/master/ubuntu/20.04/Dockerfile)
|
||||
* [Ubuntu 22.04](https://github.com/apple/swift-docker/blob/main/swift-ci/master/ubuntu/22.04/Dockerfile)
|
||||
* [CentOS 7](https://github.com/apple/swift-docker/blob/main/swift-ci/master/centos/7/Dockerfile)
|
||||
* [Amazon Linux 2](https://github.com/apple/swift-docker/blob/main/swift-ci/master/amazon-linux/2/Dockerfile)
|
||||
|
||||
2. To install [Sccache][] (optional):
|
||||
3. To install [Sccache][] (optional):
|
||||
* If you're not building within a Docker container:
|
||||
```sh
|
||||
sudo snap install sccache --candidate --classic
|
||||
|
||||
Reference in New Issue
Block a user