Add NixOS note

This commit is contained in:
Jacob 2023-08-10 13:40:14 +02:00
parent c4f9438022
commit 492c4b942b

View file

@ -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 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. 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 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 specific options, you can pass those to meson. For example, to build spmenu without
Wayland support, run `meson setup build -Dwayland=false`. Wayland support, run `meson setup build -Dwayland=false`.