README.md: add instructions for libatomic installation (needed for sync/channels)

pull/7152/head
Delyan Angelov 2020-12-05 21:07:48 +02:00
parent 6e76d5d1db
commit 80c48ebe81
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED
1 changed files with 14 additions and 0 deletions

View File

@ -198,6 +198,20 @@ Fedora:
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
<a href="https://github.com/vlang/ui">