readme: remove notes section

pull/1819/head
Alexander Medvednikov 2019-09-01 22:56:49 +03:00
parent 0e2c41e0f9
commit 89acf68f08
2 changed files with 8 additions and 18 deletions

View File

@ -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

View File

@ -25,5 +25,6 @@
- WebAssembly backend (via Emscripten)
- JavaScript backend
- new playground with a V compiler running in the browser
+ O(n) type lookup