diff --git a/examples/tetris/README.md b/examples/tetris/README.md index c1d228694a..2028b5f22f 100644 --- a/examples/tetris/README.md +++ b/examples/tetris/README.md @@ -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.