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

readme: links to wiki

This commit is contained in:
Alexander Medvednikov 2019-09-07 14:59:00 +03:00 committed by GitHub
parent 4ce31348c2
commit 0dd47b1771
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -55,15 +55,11 @@ v up
You'll need Clang or GCC or Visual Studio. If you are doing development, you most likely already have one of those 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. Otherwise follow these instructions:
On Debian/Ubuntu run `sudo apt install build-essential`. [https://github.com/vlang/v/wiki/Installing-a-C-compiler-on-Linux-macOS](https://github.com/vlang/v/wiki/Installing-a-C-compiler-on-Linux-macOS)
On CentOS/RHEL run `sudo yum groupinstall "Development Tools"`. [github.com/vlang/v/wiki/Installing-a-C-compiler-on-Windows](https://github.com/vlang/v/wiki/Installing-a-C-compiler-on-Windows)
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)
### Symlinking ### Symlinking