xach / buildapp

Buildapp makes it easy to build application executables with SBCL
http://www.xach.com/lisp/buildapp/
122 stars 26 forks source link

By default compiles/install both sbcl and ccl #30

Closed eschulte closed 6 years ago

eschulte commented 7 years ago

Only tries to install versions for which the required lisp is found in the user's path. Different executables are compiled to buildapp-sbcl and buildapp-ccl respectively. The buildapp file is a short shell script which dispatches to the appropriate buildapp version depending on the value of the LISP environment variable (defaulting to SBCL).

See the diff of doc/index.html for additional information.

xach commented 7 years ago

Not in favor - this doesn't work on Windows.