From e8068b5e1d0d290127ffe12ffda8b145003f2c12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?iBug=20=E2=99=A6?= Date: Fri, 6 Sep 2019 14:48:33 +0800 Subject: [PATCH] readme: Add CentOS / RHEL / Fedora instructions --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 24d27b2cf7..49d09787cb 100644 --- a/README.md +++ b/README.md @@ -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)