diff --git a/README.md b/README.md index a1cbb9d2f6..03555f3921 100644 --- a/README.md +++ b/README.md @@ -140,23 +140,23 @@ In order to build Tetris and anything else using the graphics module, you will n v install glfw ``` -If you plan to use the http package, you also need to install libcurl. +If you plan to use the http package, you also need to install openssl on non-Windows systems. ``` macOS: -brew install glfw freetype curl +brew install glfw freetype openssl Debian/Ubuntu: -sudo apt install libglfw3 libglfw3-dev libfreetype6-dev libcurl4-openssl-dev +sudo apt install libglfw3 libglfw3-dev libfreetype6-dev Arch/Manjaro: -sudo pacman -S glfw-x11 curl freetype2 +sudo pacman -S glfw-x11 freetype2 Fedora: -sudo dnf install glfw glfw-devel freetype-devel libcurl-devel +sudo dnf install glfw glfw-devel freetype-devel ``` -glfw and libcurl dependencies will be removed soon. +glfw dependency will be removed soon. ## Code structure