From 2366a46882b6a7e3065d032690d39ee80d0ba1f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Paradzi=C5=84ski?= Date: Sat, 25 Jun 2022 23:54:20 +0200 Subject: [PATCH] add info about nix, make and updating flake lock file --- README.org | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/README.org b/README.org index 18074c0..8aa2d17 100644 --- a/README.org +++ b/README.org @@ -68,3 +68,22 @@ Non ----+----- two A B | eno B #+END_EXAMPLE + +** Building +Project can be build using [[https://www.gnu.org/software/make/][make]]: + +#+BEGIN_SRC shell +make +#+END_SRC + +or [[https://nixos.org/guides/nix-pills/][nix]]: + +#+BEGIN_SRC shell +nix build +#+END_SRC + +[[https://nixos.wiki/wiki/Flakes][Nix flakes]] fix dependencies on hashes computed for Linux. You need Linux with nix to update them: + +#+BEGIN_SRC shell +nix flake update +#+END_SRC