A graphical installer for NixOS based distributions.
This application has Linux-only dependencies.
# download dependencies
nix develop
# with meson
meson setup builddir --prefix=~/.local --reconfigure --buildtype=debug -Dprofile=development --reconfigure
meson install -C builddir
# Run
# Avoid pkexec must be root error on devShell
cd ..
~/.local/bin/icicle
# Or build with nix.
nix build --show--trace
# Optional. Generate translation words from /po/POTFILES.in if needed.
cd ./po
xgettext --directory=.. --files-from=POTFILES.in --from-code=UTF-8 -kgettext -o icicle.pot