From c46df07b1113135b88cd6f656fc46a1217973271 Mon Sep 17 00:00:00 2001 From: Mek101 <34246799+Mek101@users.noreply.github.com> Date: Sat, 23 Jan 2021 19:21:13 +0000 Subject: [PATCH] Added the packages required to build the cli version on void linux to the README (#225) Added the packages required to build the cli version on void linux to the README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index dcb0968..f47e5fe 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,10 @@ sudo apt install cargo libgtk-3-dev ``` sudo yum install gtk3-devel glib2-devel ``` +### Void Linux (CLI only) +``` +sudo xbps-install gcc pkg-config alsa-lib-devel +``` # Installation