From d55715884a9e3cff35fa105f089b05b63cb3b302 Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Sat, 24 Dec 2022 11:55:01 +0200 Subject: [PATCH] readme: add instructions for installing the libraries needed for the graphics examples on Fedora --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bf5be3e15b..cb1ad428d3 100644 --- a/README.md +++ b/README.md @@ -189,8 +189,10 @@ v run tetris/tetris.v ``` tetris screenshot -NB: In order to build Tetris or 2048 (or anything else using `sokol` or `gg` graphics modules) -on some Linux systems, you need to install `libxi-dev` and `libxcursor-dev` . +NB: In order to build Tetris or 2048 (or anything else using `sokol` or `gg` graphics modules). +On some Linux systems (Debian/Ubuntu based), you need to install `libxi-dev` and `libxcursor-dev`. +On Fedora/RH/CentOS, that would be: +`sudo dnf install libXcursor-devel libXi-devel libX11-devel libglvnd-devel` . ## V net.http, net.websocket, `v install` The net.http module, the net.websocket module, and the `v install` command may all use SSL.