From 079dcd1fffcb9ebe90da6b0669ab702ecfa12080 Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Sat, 14 Sep 2019 18:46:07 +0300 Subject: [PATCH] readme: update instructions for installing glfw/freetype on windows. (#1974) --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index c444489b18..5aa0d384fc 100644 --- a/README.md +++ b/README.md @@ -114,12 +114,7 @@ v run tetris/tetris.v - -In order to build Tetris and anything else using the graphics module, you will need to install glfw and freetype. - -``` -v install glfw -``` +In order to build Tetris and anything else using the graphics module, you will need to install glfw and freetype libraries. If you plan to use the http package, you also need to install OpenSSL on non-Windows systems. @@ -135,6 +130,10 @@ sudo pacman -S glfw-x11 freetype2 Fedora: sudo dnf install glfw glfw-devel freetype-devel + +Windows: +git clone --depth=1 https://github.com/ubawurinna/freetype-windows-binaries [path to v repo]/thirdparty/freetype/ + ``` glfw dependency will be removed soon.