mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
readme: remove notes section
This commit is contained in:
parent
0e2c41e0f9
commit
89acf68f08
25
README.md
25
README.md
@ -30,18 +30,6 @@ Installing V: https://github.com/vlang/v#installing-v-from-source
|
||||
|
||||
V 1.0 release is planned for December 2019. Right now V is in an alpha stage.
|
||||
|
||||
## Notes
|
||||
|
||||
The compilation is temporarily slower for this release:
|
||||
|
||||
- Debug builds are used (use `./v -prod -o v compiler` to get faster compilation).
|
||||
- vlib is recompiled with every program you build.
|
||||
- The new formatter runs on every single token and slows the compiler down by ~20%. This will be taken care of.
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## Installing V from source
|
||||
|
||||
### Linux, macOS, Windows, *BSD, WSL, Android, Raspbian
|
||||
@ -55,6 +43,12 @@ make
|
||||
|
||||
That's it! Now you have a V executable at `[path to V repo]/v`. `[path to V repo]` can be anywhere.
|
||||
|
||||
V is being constantly updated. To update V, simply run
|
||||
|
||||
```
|
||||
v up
|
||||
```
|
||||
|
||||
|
||||
### C compiler
|
||||
|
||||
@ -65,7 +59,7 @@ On macOS run `xcode-select --install` if you don't have XCode or XCode 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 and updates
|
||||
### Symlinking
|
||||
|
||||
You can create a `/usr/local/bin/v` symlink so that V is globally available:
|
||||
|
||||
@ -73,11 +67,6 @@ You can create a `/usr/local/bin/v` symlink so that V is globally available:
|
||||
sudo v symlink
|
||||
```
|
||||
|
||||
V is being constantly updated. To update V, simply run
|
||||
|
||||
```
|
||||
v up
|
||||
```
|
||||
|
||||
### Docker
|
||||
|
||||
|
@ -25,5 +25,6 @@
|
||||
- WebAssembly backend (via Emscripten)
|
||||
- JavaScript backend
|
||||
- new playground with a V compiler running in the browser
|
||||
+ O(n) type lookup
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user