examples: tetris: readme: freetype on Arch
parent
c9c956fc8a
commit
8f6d69b763
|
@ -9,7 +9,7 @@ Tetris has a temporary dependency on GLFW.
|
||||||
`sudo apt install libglfw3 libglfw3-dev libfreetype6-dev libssl-dev`
|
`sudo apt install libglfw3 libglfw3-dev libfreetype6-dev libssl-dev`
|
||||||
|
|
||||||
## Arch (and Manjaro)
|
## Arch (and Manjaro)
|
||||||
`sudo pacman -S glfw-x11`
|
`sudo pacman -S glfw-x11 freetype2`
|
||||||
|
|
||||||
## Windows
|
## Windows
|
||||||
Copy `thirdparty/glfw/glfw3.dll` & `thirdparty/freetype/win64/freetype.dll` to this directory.
|
Copy `thirdparty/glfw/glfw3.dll` & `thirdparty/freetype/win64/freetype.dll` to this directory.
|
||||||
|
|
Loading…
Reference in New Issue