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

readme: *BSD support

This commit is contained in:
Alexander Medvednikov 2019-07-22 16:07:37 +02:00 committed by GitHub
parent 11199b9635
commit 59eac5686f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,13 +39,10 @@ The compilation is temporarily slower for this release:
- The new formatter runs on every single token and slows the compiler down by ~20%. This will be taken care of.
## Code structure
https://github.com/vlang/v/blob/master/CONTRIBUTING.md
## Installing V from source
### Linux, macOS, Windows, WSL, Android, Raspberry Pi
### Linux, macOS, Windows, *BSD, WSL, Android, Raspberry Pi
```bash
@ -141,3 +138,8 @@ sudo pacman -S glfw-x11 curl freetype2
```
glfw and libcurl dependencies will be removed soon.
## Code structure
https://github.com/vlang/v/blob/master/CONTRIBUTING.md