summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2023-11-08 21:21:55 -0500
committerDavid Thompson <dthompson2@worcester.edu>2023-11-08 21:21:55 -0500
commit778dbe1bf4bf80c283a24f7777ed09c2f02f548b (patch)
treee3980fa162c4bed7a6954b27961c83ec3dbf8a44
parentbd2a5162779e6a3c0173b54c77c9aa1057b9ccc5 (diff)
Add TODO item.
-rw-r--r--TODO.org6
1 files changed, 6 insertions, 0 deletions
diff --git a/TODO.org b/TODO.org
index ea50fa7..4aee1a3 100644
--- a/TODO.org
+++ b/TODO.org
@@ -1,4 +1,10 @@
* Tasks
+** TODO [#A] Set proper load path when launching chickadee script
+Add the installation location to GUILE_LOAD_PATH and
+GUILE_LOAD_COMPILED_PATH, as determined at configure time, to the
+chickadee script so that the script "just works" without the user
+having to setup load paths in a certain way.
+
** TODO [#A] Clarfiy that 'chickadee play' starts game loop for you
ekaitz and wklew have both been confused why 2 windows open up when
they try to use 'chickadee play'. The docs don't make it clear that