From 738c90c51be054faec0d9ae2d26125414481d6fd Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Sun, 1 Sep 2019 23:15:47 +0300 Subject: [PATCH] readme: debian/ubuntu instructions --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a7698fe46c..24d27b2cf7 100644 --- a/README.md +++ b/README.md @@ -52,10 +52,12 @@ v up ### C compiler -You'll need Clang or GCC or Visual Studio. If you are doing development, you most likely already have it installed. +You'll need Clang or GCC or Visual Studio. If you are doing development, you most likely already have one of those installed. 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 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)