readme: add Debian,Manjaro,Fedora

pull/1563/head^2
Zaoqi 2019-08-09 16:17:56 +08:00 committed by Alexander Medvednikov
parent 5a76255297
commit 2e4e9dbc6f
1 changed files with 6 additions and 3 deletions

View File

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