On Sat, 13 Jul 2019 16:03 -04:00, Grant Shangreaux wrote: > On Saturday, July 13, 2019 2:32 PM, Alexander Burger wrote: > > Hi Grant, > > > > > I'd like to switch to the rolling release edition, can you > > > recommend the best way to update? > > > > 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 > > That is what i thought should work, I was just unsure. Thanks for > the answer!
In addition, I do a "system install" to a tree other than the one used by the system package manager (on most systems, this is /usr/local). So, I usually pick something like /opt or ~/local (for my $PREFIX). And since it can get tedious doing this often (which is implied by "rolling release", right? :), I have script that does it all: from download to build to install. -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe