Subject: How to create a standalone executable using ECL
From: Raymond Toy
Date: Thu, 11 Jun 2009 19:12:23 -0400
Blair Sutton wrote:
> I followed the instructions in INSTALL.LISP and there's no binary in
> that folder. I need to run Maxima using: -
>
> (load "maxima-build.lisp")
> (maxima-load)
> (cl-user::run)
>
> Is there an alternative build method?
I built from sources using the familiar configure; make steps.
Ray