Wordbook
0.4.0
Look up definitions of any English term
This method can be used anywhere the Nix package manager is installed.
Right now, Wordbook is only packaged for Arch through the AUR as wordbook
.
On NixOS, Wordbook can be installed using the Nix package manager as shown above. Additionally, the following code can be added to your NixOS configuration file, usually located in /etc/nixos/configuration.nix
.
environment.systemPackages = [ pkgs.wordbook ];
To install, first make sure of the dependencies as listed above. You can use just
to make the process easy.
just setup just install
Without just
:
mkdir -p _build meson setup . _build ninja -C _build install
For a local build with debugging enabled:
just run# ORjust setup just develop-configure just local-run