readme: Add CentOS / RHEL / Fedora instructions

pull/1880/head
iBug ♦ 2019-09-06 14:48:33 +08:00 committed by Alexander Medvednikov
parent 3de99d365e
commit e8068b5e1d
1 changed files with 4 additions and 0 deletions

View File

@ -58,6 +58,10 @@ On macOS run `xcode-select --install` if you don't have XCode or XCode tools.
On Debian/Ubuntu run `sudo apt install build-essential`.
On CentOS/RHEL run 'sudo yum groupinstall "Development Tools"`.
On Fedora run `sudo dnf install @development-tools`.
On Windows follow these instructions: [github.com/vlang/v/wiki/Installing-a-C-compiler-on-Windows](https://github.com/vlang/v/wiki/Installing-a-C-compiler-on-Windows)