Re: Dr. Theobold Text Adventure Game: Looking for Beta Testers

2017-09-02 Thread Rowan Thorpe
On 2 September 2017 at 09:34, Christopher Howard wrote: > This link is a release announcement for a beta version of a text- > adventure game I wrote in PicoLisp: > > http://lists.nongnu.org/archive/html/dr-theobold-discuss/2017-09/msg000 > 00.html > > This is the project home page: > > https://sav

Re: Dr. Theobold Text Adventure Game: Looking for Beta Testers

2017-09-02 Thread Christopher Howard
Hi, thanks for the response. I think I may need to disable the "Project Homepage" feature, or put a stub in there. Regarding the download links, which link are you using? A think there may be a problem with line wrapping in the release announcement I sent out, breaking the link

Installation / Load Paths

2017-09-02 Thread Christopher Howard
Hi, what is the customary way PicoLisp programmers deal with load path issues when trying to install a completed program onto a Gnu/Linux system? My program has two *.l files. What I wanted to do was: - Put the *.l files in $(PREFIX)/share/programname/ - Have a bash or picolisp script in $(PREFIX)