readme: *BSD support
parent
11199b9635
commit
59eac5686f
10
README.md
10
README.md
|
@ -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.
|
- 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
|
## Installing V from source
|
||||||
|
|
||||||
### Linux, macOS, Windows, WSL, Android, Raspberry Pi
|
### Linux, macOS, Windows, *BSD, WSL, Android, Raspberry Pi
|
||||||
|
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
@ -141,3 +138,8 @@ sudo pacman -S glfw-x11 curl freetype2
|
||||||
```
|
```
|
||||||
|
|
||||||
glfw and libcurl dependencies will be removed soon.
|
glfw and libcurl dependencies will be removed soon.
|
||||||
|
|
||||||
|
## Code structure
|
||||||
|
|
||||||
|
https://github.com/vlang/v/blob/master/CONTRIBUTING.md
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue