From 8af0de0070788d9bae9c37ef7fc61bd45afdc357 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Tue, 15 Apr 2025 23:30:50 +0100 Subject: Statically build sent. * sent/make-static.scm: New file. * sent/README.md: Mention it. --- sent/README.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'sent/README.md') diff --git a/sent/README.md b/sent/README.md index 924b90d..6507e00 100644 --- a/sent/README.md +++ b/sent/README.md @@ -15,3 +15,8 @@ Run sent on the example slides. ``` $(guix build -f make.scm) slides ``` + +To produce a statically linked executable, build using the `make-static.scm` file. +``` +guix build -f make-static.scm +``` -- cgit v1.2.3