~ubuntu-branches/debian/squeeze/maxima/squeeze

« back to all changes in this revision

Viewing changes to INSTALL.win32

  • Committer: Bazaar Package Importer
  • Author(s): Camm Maguire
  • Date: 2010-04-30 13:30:33 UTC
  • mto: This revision was merged to the branch mainline in revision 12.
  • Revision ID: james.westby@ubuntu.com-20100430133033-wtewap0zdnmsix1y
Tags: upstream-5.21.1
ImportĀ upstreamĀ versionĀ 5.21.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
In order to create the Maxima Windows installer from the maxima tarball 
15
15
distribution, I do the following in a MSYS window:
16
16
----------------------------------------------------
17
 
./configure  --with-wish=wish84 --prefix=c:/maxima \
18
 
    --enable-lang-es --enable-lang-pt
 
17
./configure --prefix=c:/maxima \
 
18
    --enable-lang-es --enable-lang-pt --enable-lang-pt_BR
19
19
make
20
20
make install
21
21
make iss
31
31
2) msysDTK
32
32
3) GCL
33
33
4) Tcl/Tk
34
 
5) Starkit and TclKit
 
34
5) Starkit, TclKit and img.kit
35
35
6) InnoSetup
36
36
7) gnuplot
37
37
8) wxMaxima
127
127
3) Get and install TclKit and Starkit sdx from <http://www.equi4.com>. 
128
128
 
129
129
Download sdx.bat and sdx.kit from <http://www.equi4.com/pub/sk/>. 
130
 
Download tclkit-win32.exe.gz and tclkitsh-win32.exe.gz from 
131
 
<http://www.equi4.com/pub/tk/>.
 
130
Download tclkit-win32.upx.exe and tclkitsh-win32.upx.exe from 
 
131
<http://www.equi4.com/pub/tk/8.5.2/>.
132
132
 
133
133
Install the following four files 
134
 
        sdx.bat  sdx.kit  tclkit.exe  tclkitsh.exe
135
 
in your MSYS user home directory in ~/programs/star 
 
134
        sdx.bat  sdx.kit  tclkit-win32.upx.exe  tclkitsh-win32.upx.exe
 
135
in your MSYS user home directory in ~/programs/star
 
136
 
 
137
Download img.kit from <http://www.tcl.tk/starkits/> and put it in
 
138
~/programs/star
136
139
 
137
140
6) Get and install Inno Setup from
138
141
<http://www.jrsoftware.org/isinfo.php>. 
202
205
Configure maxima so that it will install in some sort of temporary
203
206
directory. The directory does not need to exist ahead of time.
204
207
 
205
 
./configure  --with-wish=wish84 --prefix="c:/maxima" \
206
 
  --enable-lang-es --enable-lang-pt
 
208
./configure --prefix="c:/maxima" \
 
209
  --enable-lang-es --enable-lang-pt --enable-lang-pt_BR
207
210
make
208
211
make check
209
212
make install