Add build prerequisites for RPM-based distros (issue #705) (#730)

This commit is contained in:
Vadim Smelyanskiy 2020-11-14 05:28:26 +07:00 committed by GitHub
parent 31e3abb041
commit 4c8610a960
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -74,7 +74,7 @@ brew install make
Windows
https://cmake.org/download/
Linux
Linux (Debian/Ubuntu)
```
sudo apt-get install pkg-config build-essential
@ -82,6 +82,14 @@ sudo apt-get install cmake make
sudo apt-get install mesa-common-dev libglu1-mesa-dev
```
Linux (Fedora/RHEL/CentOS)
```
sudo dnf groupinstall "Development Tools" "Development Libraries"
sudo dnf groupinstall "C Development Tools and Libraries"
sudo dnf install mesa-libGL mesa-libGL-devel
```
Then install NodeGui from your command line:
#### To install latest stable release: