Changes - hopefully improvements - to build process on windows
Subject: Changes - hopefully improvements - to build process on windows
From: David Billinghurst
Date: Wed, 06 Jun 2012 22:10:38 +1000
On 5/06/2012 12:15 AM, David Billinghurst wrote:
> I have checked in further changes to the build process. I am
> attempting to untangle the rules for the windows installer. I hope I
> haven't broken anything. If I have I will try and fix it promptly.
>
More changes committed.
I have added configure options --enable-openmcl-exec and
--enable-ccl-exec. These make and install an openmcl (ccl) executable
image, rather than generating a maxima.image file. I just copied the
code for --enable-cmucl-exec.
With these changes I have built a windows installer using ccl using
current mingw and msys.
./configure --prefix=c:/maxima --enable-lang-es --enable-lang-pt
--enable-lang-pt_BR --with-ccl=/c/programs/ccl/wx86cl.exe
--enable-ccl-exec --disable-gcl
make
make install
make iss
I will make the installer available for play after I build it in a clean
tree.
I am close with sbcl, but can't get the maxima.bat file to work.