mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
readme: add Debian,Manjaro,Fedora
This commit is contained in:
parent
5a76255297
commit
2e4e9dbc6f
@ -146,11 +146,14 @@ If you plan to use the http package, you also need to install libcurl.
|
||||
macOS:
|
||||
brew install glfw freetype curl
|
||||
|
||||
Ubuntu:
|
||||
sudo apt install libglfw3 libglfw3-dev libfreetype6-dev libcurl3-dev
|
||||
Debian/Ubuntu:
|
||||
sudo apt install libglfw3 libglfw3-dev libfreetype6-dev libcurl4-openssl-dev
|
||||
|
||||
Arch:
|
||||
Arch/Manjaro:
|
||||
sudo pacman -S glfw-x11 curl freetype2
|
||||
|
||||
Fedora:
|
||||
sudo dnf install glfw glfw-devel freetype-devel libcurl-devel
|
||||
```
|
||||
|
||||
glfw and libcurl dependencies will be removed soon.
|
||||
|
Loading…
Reference in New Issue
Block a user