README.md: add instructions for libatomic installation (needed for sync/channels)
parent
6e76d5d1db
commit
80c48ebe81
14
README.md
14
README.md
|
@ -198,6 +198,20 @@ Fedora:
|
||||||
sudo dnf install openssl-devel
|
sudo dnf install openssl-devel
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## V sync
|
||||||
|
V's `sync` module and channel implementation uses libatomic.
|
||||||
|
It is most likely already installed on your system, but if not,
|
||||||
|
you can install it, by doing the following:
|
||||||
|
```bash
|
||||||
|
MacOS: already installed
|
||||||
|
|
||||||
|
Debian/Ubuntu:
|
||||||
|
sudo apt install libatomic1
|
||||||
|
|
||||||
|
Fedora/CentOS/RH:
|
||||||
|
sudo dnf install libatomic-static
|
||||||
|
```
|
||||||
|
|
||||||
## V UI
|
## V UI
|
||||||
|
|
||||||
<a href="https://github.com/vlang/ui">
|
<a href="https://github.com/vlang/ui">
|
||||||
|
|
Loading…
Reference in New Issue