Sujet : Re: releasing a first quicklisp package
De : rs+usenet (at) *nospam* ralph-schleicher.de (Ralph Schleicher)
Groupes : comp.lang.lispDate : 31. Oct 2024, 11:43:35
Autres entêtes
Organisation : Ralph Schleicher
Message-ID : <86wmhoft7s.fsf@ralph-schleicher.de>
References : 1
User-Agent : Gnus/5.13 (Gnus v5.13)
Wolfgang Agnes <
wagnes@jemoni.to> writes:
My plan for the installation of the service is to write a program that
invokes quicklisp to download the packages and then create all the files
necessary to run the service in a certain installation directly. In
other words, the sysadmin would install and have the service ready to
run with a single command. The procedure that would do such preparation
would be in the Common Lisp package that quicklisp will download and
install.
So you presume the target system has a properly configured Common
Lisp system installed? If so, why don't you just ship the source
code together with the installation script so that you do not have
to download anything? Otherwise, ever though about shipping a
pre-built standalone executable file instead?
-- Ralph