From 492c4b942b18703ec3682d65a6171ea9271cbb08 Mon Sep 17 00:00:00 2001 From: speedie Date: Thu, 10 Aug 2023 13:40:14 +0200 Subject: [PATCH] Add NixOS note --- Installing spmenu.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Installing spmenu.md b/Installing spmenu.md index cc82128..06bb279 100644 --- a/Installing spmenu.md +++ b/Installing spmenu.md @@ -95,6 +95,10 @@ the README try to teach you how to use the build system called meson, we're going to just do the installation and not think much about it. If you want to truly understand what you're doing, you may refer to the README documentation. +**NOTE: If you're using NixOS, consider using +`nix-shell -p pkgconfig cairo pango libconfig imlib2 wayland wayland-protocols +libxkbcommon openssl fribidi xorg.libXinerama meson ninja pkg-config`** + Run `meson setup build` to set up the build itself. If you want to specify some specific options, you can pass those to meson. For example, to build spmenu without Wayland support, run `meson setup build -Dwayland=false`.