package for GFLW should be `libglfw3` instead of `glfw`

pull/1049/head
Passw 2019-06-24 10:35:15 +08:00 committed by Alex Medvednikov
parent 1a41acdc5d
commit bde6e6c5b9
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ glfw and libcurl dependencies will be removed soon.
``` ```
Ubuntu: Ubuntu:
sudo apt install glfw libglfw3-dev libfreetype6-dev libcurl3-dev sudo apt install libglfw3 libglfw3-dev libfreetype6-dev libcurl3-dev
macOS: macOS:
brew install glfw freetype curl brew install glfw freetype curl