From 354e9ff1f8389ffea4eec12d8c49891ae0e56267 Mon Sep 17 00:00:00 2001 From: kekeimiku <2325373912@qq.com> Date: Wed, 26 Jun 2019 02:48:34 +0800 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index d5ddfe005d..6db7f879ab 100644 --- a/README.md +++ b/README.md @@ -116,6 +116,9 @@ In order to build Tetris and anything else using the graphics module, you will n If you plan to use the http package, you also need to install libcurl. ``` +Arch: +sudo pacman -S glfw-x11 curl freetype2 + Ubuntu: sudo apt install libglfw3 libglfw3-dev libfreetype6-dev libcurl3-dev