aboutsummaryrefslogtreecommitdiff
path: root/sent/README.md
diff options
context:
space:
mode:
authorArun Isaac2025-04-15 23:30:50 +0100
committerArun Isaac2025-04-15 23:30:50 +0100
commit8af0de0070788d9bae9c37ef7fc61bd45afdc357 (patch)
tree97714a7fb167a76042916ffee5844c9758a0a832 /sent/README.md
parent3b236481511051f9ec5925c31a494a13d217616a (diff)
downloadgexp-make-main.tar.gz
gexp-make-main.tar.lz
gexp-make-main.zip
Statically build sent.HEADmain
* sent/make-static.scm: New file. * sent/README.md: Mention it.
Diffstat (limited to 'sent/README.md')
-rw-r--r--sent/README.md5
1 files changed, 5 insertions, 0 deletions
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
+```