From c145a5cd7d7eca152b252e6be331464c630f908f Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Fri, 2 Aug 2019 02:13:33 +0200 Subject: [PATCH] readme: add `v install glfw` --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index a8a515763c..87ca9f073d 100644 --- a/README.md +++ b/README.md @@ -134,6 +134,10 @@ 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 +``` + If you plan to use the http package, you also need to install libcurl. ```