Thanks for the feedback. I'm glad to know at least one person has read
this file before it becomes part of the final release.
On Sun, 2003-02-09 at 12:57, michel.lavaud@univ-orleans.fr wrote:
> > 4) Get and install ActivePerl from <http://www.activestate.com>.
>
> Where?
Follow the download link at
<http://www.activestate.com/Products/ActivePerl/>.
> > 5) Get and install TclKit and Starkit sdx from
> > <http://www.equi4.com>. Frankly, I found this step confusing. Although
> > Starkit are very simply to use, it took me quite a while to understand
> > what needed to be download, installed etc. In the end, I have the
> > following files installed in c:\star
> > sdx.bat sdx.kit tclkit.exe tclkitsh.exe
>
> Is sdx.bat a batch file one has to write to run sdx.kit with tclkit.exe,
> or something else?
Download sdx.bat and sdx.kit from <http://www.equi4.com/pub/sk/>.
Download tclkit-win32.exe.gz and tclkitsh-win32.exe.gz from
<http://www.equi4.com/pub/tk/>.
> > 8) You should now be ready to compile and install maxima. configure
> > maxima so that it will install in some sort of temporary
> > directory. The directory does not need to exist ahead of time.
> >
> > ./configure --with-wish=wish83 --prefix=c:/msys/1.0/maxinstall
> > make
> > make check
> > make install
>
> Isn't there a step (running autoconf?) missing?
No, not if you have a tarball release. If you have checked the source
out of cvs, you will need to follow the (brief) instructions in
INSTALL.cvs. INSTALL and INSTALL.win32 both assume a tarball release.
I have updated the INSTALL.win32 file with the information above.
Best,
Jim