Merge pull request #19316 from radeksm/deps-glibc-static
Remove unnecessary dependency for build on Fedorapull/19326/head
commit
e81e2df443
|
@ -11,12 +11,6 @@ weight: 2
|
|||
* If you are on Windows, you'll need Docker to be installed.
|
||||
* 4GB of RAM
|
||||
|
||||
Additionally, if you are on Fedora, you will need to install `glibc-static`:
|
||||
|
||||
```shell
|
||||
sudo dnf install -y glibc-static
|
||||
```
|
||||
|
||||
## Downloading the source
|
||||
|
||||
```shell
|
||||
|
|
|
@ -49,12 +49,6 @@ sudo apt-get install build-essential gnupg2 p7zip-full git wget cpio python \
|
|||
unzip bc gcc-multilib automake libtool locales
|
||||
```
|
||||
|
||||
Additionally, if you are on Fedora, you will need to install `glibc-static`:
|
||||
|
||||
```shell
|
||||
sudo dnf install -y glibc-static
|
||||
```
|
||||
|
||||
## Using a local ISO image
|
||||
|
||||
```shell
|
||||
|
|
Loading…
Reference in New Issue