Hi Grant, > I'd like to switch to the rolling release edition, can you recommend the best > way to update? I assume i can just pull the archive, unzip, rebuild and > replace my picoLisp directory, and all the links will work.
Yes. It is "untar" instead of "unzip", to be pedantic ;) In such cases I just download https://software-lab.de/picoLisp.tgz and then do: $ tar xfz picoLisp.tgz && cd picoLisp/ && (cd src64; make) > but what if i have installed other libraries in that directory? This is no problem, as long as the file names do not conflict. Existing files not in the archive will not be touched. ☺/ A!ex -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe