1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

examples: tetris: readme: freetype on Arch

This commit is contained in:
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

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.