tetris: update readme

pull/2578/head
Michael Chrisco 2019-10-28 06:47:17 -07:00 committed by Alexander Medvednikov
parent 3950b10d2a
commit ed445860eb
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ Tetris has a temporary dependency on GLFW.
`brew install glfw`
## Ubuntu
`sudo apt install libglfw3 libglfw3-dev`
`sudo apt install libglfw3 libglfw3-dev libfreetype6-dev libssl-dev`
## Arch (and Manjaro)
`sudo pacman -S glfw-x11`