examples: tetris: readme: freetype on Arch

pull/4830/head^2
Max Mazurov 2020-05-10 23:26:59 +00:00 committed by GitHub
parent c9c956fc8a
commit 8f6d69b763
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ Tetris has a temporary dependency on GLFW.
`sudo apt install libglfw3 libglfw3-dev libfreetype6-dev libssl-dev`
## Arch (and Manjaro)
`sudo pacman -S glfw-x11`
`sudo pacman -S glfw-x11 freetype2`
## Windows
Copy `thirdparty/glfw/glfw3.dll` & `thirdparty/freetype/win64/freetype.dll` to this directory.