mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
README.md: add instructions for libatomic installation (needed for sync/channels)
This commit is contained in:
parent
6e76d5d1db
commit
80c48ebe81
14
README.md
14
README.md
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user