diff options
author | David Thompson <dthompson2@worcester.edu> | 2023-11-08 21:21:55 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2023-11-08 21:21:55 -0500 |
commit | 778dbe1bf4bf80c283a24f7777ed09c2f02f548b (patch) | |
tree | e3980fa162c4bed7a6954b27961c83ec3dbf8a44 | |
parent | bd2a5162779e6a3c0173b54c77c9aa1057b9ccc5 (diff) |
Add TODO item.
-rw-r--r-- | TODO.org | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |