Skip to content
Snippets Groups Projects
Commit c2019901 authored by Alexander Tolstoy's avatar Alexander Tolstoy
Browse files

add part about fedora

parent be1c064f
No related branches found
No related tags found
1 merge request!181add part about fedora
Pipeline #26266 passed
......@@ -29,6 +29,14 @@ sudo dnf in -y gcc gcc-c++ make cmake git patch libstdc++-static
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
source "$HOME/.cargo/env"
```
#### Fedora 37-39 {: #fedora}
```bash
sudo dnf install perl automake libtool libstdc++-static
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
source "$HOME/.cargo/env"
```
#### Ubuntu 22.04 {: #ubuntu-22.04 }
```bash
sudo apt-get install build-essential git cmake -y
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment