Merge pull request #3031 from Aerilym/contributor_linux_update

Add alternative linux/fedora install instructions to CONTRIBUTING.md
pull/3036/head
Audric Ackermann 1 year ago committed by GitHub
commit 316eee11f3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -47,6 +47,12 @@ sudo apt install cmake
npm install cmake-js
```
In Fedora, you may also need to install
```
sudo dnf install make automake gcc gcc-c++ kernel-devel
```
### All platforms
Now, run these commands in your preferred terminal in a good directory for development:

Loading…
Cancel
Save