aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2023-06-11 10:13:48 -0700
committerKaz Kylheku <kaz@kylheku.com>2023-06-11 10:13:48 -0700
commit521d00ff5e18564ddd70546781df6a387a678832 (patch)
tree8ffd160f166f6264aa185c67758a90e83cca7d83
parentb50039388ea5250bb7396544dd7133fc3131898c (diff)
downloadtl-who-521d00ff5e18564ddd70546781df6a387a678832.tar.gz
tl-who-521d00ff5e18564ddd70546781df6a387a678832.tar.bz2
tl-who-521d00ff5e18564ddd70546781df6a387a678832.zip
README: compiling and cleaning instructions.
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index c046c88..2b05f76 100644
--- a/README.md
+++ b/README.md
@@ -328,6 +328,14 @@ the `tl-who.tl` file (or its compiled version, if you compile the code).
TXR Lisp's `load` is intelligent; the `tl-who` loader module easily loads the
needed files, which it finds in the same directory as itself.
+To compile all the TL-WHO files:
+
+ ::text
+ (load "path/to/tl-who" :compile)
+
+Cleaning compiled files away is similar; use the load argument `:clean`
+instead of `:compile`.
+
TL-WHO symbols are in a package called `tl-who`, which is case sensitive.
Its private symbols are in `tl-who-priv`.