1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

readme: debian/ubuntu instructions

This commit is contained in:
Alexander Medvednikov 2019-09-01 23:15:47 +03:00 committed by GitHub
parent 89924c2703
commit 738c90c51b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,10 +52,12 @@ v up
### C compiler ### 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 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) 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)