root/branches/2.1/nt/INSTALL.Meadow

Revision 3830, 5.8 kB (checked in by kose, 3 years ago)

* src/mw32fns.c (IMAGE_MAGICK_REQUIRE_VERSION): Change the supported
version of ImageMagick?. (624)

* nt/INSTALL.Meadow.ja: Set ImageMagick? version to 6.2.4.
* nt/INSTALL.Meadow: Ditto.

* Meadow-2.10 (ASAGAO) Release.

  • Property svn:eol-style set to native
Line 
1 ***************************************************************************
2      Meadow Installation Manual
3 ***************************************************************************
4
5 1. Caution
6
7 o You CANNOT share elc files (byte-compiled lisp files) with
8   Meadow-2.XX and Meadow-1.XX.
9
10 2. Preparation
11
12 Meadow requires the following software.
13
14 2.1 ImageMagick
15
16 ImageMagick is a collection of tools and libraries to read, write, and
17 manipulate an image in many image formats. Currently Meadow supports
18 only ImageMagick-6.2.4, so you should install this without fail.
19
20 You can get these packages in the following URLs.
21
22 o ImageMagick
23 http://www.meadowy.org/meadow/dists/snapshot/
24 http://www.imagemagick.org/www/download.html
25
26 3. Installation
27
28 You can select installation methods, 3.1 or 3.2 subsection.
29
30 3.1 Installation of binary archive.
31
32 <STEP1: Extract the archive>
33
34 Please extract the archive of Meadow
35 There are following binary archives.
36
37   Meadow-${VERSION}-i386.tar.gz Intel x86 Binary
38
39 For example, a name of Meadow version 2.10 is "Meadow-2.10-i386.tar.gz".
40
41 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
42 ! You can extract the arvhie with tar.exe and gzip.exe.   !
43 ! If you want to use the other archiver,                  !
44 ! disable the feature of conversion LF into CR+LF.        !
45 ! (Winzip enables this feature in the case of default.)   !
46 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
47
48 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
49 ! DON'T install Meadow to the directory whose name contains non-ascii      !
50 ! characters                                                               !
51 ! and a white space. Maybe, you can install Meadow to such directories,    !
52 ! but I don't verify its case.  Similarly, you should not specify your     !
53 ! home directory named with non-ascii characters.                          !
54 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
55
56 If you want to install the archive to "c:/win32app/Meadow",
57 please extract this at c:/win32app.
58
59 For example,
60 -----------------
61 c: [RETURN]
62 cd \win32app [RETURN]
63 tar zxvf Meadow-<VERSION>-<ARCHITECTURE>.tar.gz [RETURN]
64 -----------------
65
66 You can get the following tree.
67
68 c:/win32app/Meadow/
69                +---- bin/              Main programs
70                +---- bitmap/           splash bitmapfile
71                +---- etc/              Other data
72                +---- info/             info directory
73                +---- leim/             leim directory
74                +---- lisp/             Emacs Lisp library
75                +---- site-lisp/        site-lisp Emacs Lisp library
76                +---- README.Meadow.ja 
77                +---- INSTALL.Meadow.ja
78                +---- dot.emacs.ja      sample of .emacs
79                +---- install.exe
80
81 <STEP2: Execute install.exe>
82
83 Please execute "install.exe".
84
85 In the "Meadow" directory, you will find "install.exe".
86 It is an installtion program, please execute it.
87 (by an explorer, a command prompt, and so on.)
88
89 <STEP3: Specify your home directory>
90
91 The installation program asks you where your HOME DIRECTORY is.
92 Please input your HOME DIRECTORY.
93
94 ;; FYI.
95 ;; Your home directory is used for your personal space.
96 ;; And you can put ".emacs" file here, then Meadow will read it.
97
98 That's all.  The installation program will install Meadow correctly.
99
100 You can invoke Meadow from the "Start" menu.
101 Its menu is stored in "Start -> Program -> Meadow -> Meadow".
102
103 3.2 Using Netinstaller
104
105 Download Net Release Setup Program (setup.exe) from
106 http://www.meadowy.org/meadow/dists/2.10/
107 and execute it.
108
109
110 4. Installation of source archive.
111
112 Your compilation environment (Microsoft Visual C++ or Cygwin) make the
113 following procedures different.
114
115 4.1 With Microsoft Visual C++
116
117 <STEP1: Extract the archive>
118
119 Please extract the archive of Meadow
120
121 The source archive is named "Meadow-<VERSION>-src.tar.gz"
122 ;; <VERSION> is the version name of Meadow.
123 ;; Please replace it to the version name.
124
125 For example, if you want to put sources to c:/source
126 -----------------
127 c: [RETURN]
128 cd \source [RETURN]
129 tar zxvf Meadow-<VERSION>-src.tar.gz
130 -----------------
131
132 Then you can get the follwing source tree.
133
134 c:/source/Meadow-<VERSION>/-------src/      (Main source)
135                                +--lib-src/  (library and tools source)
136                                +--nt/       (configuration files for Meadow)
137                                +--info/     (info files)
138                                +--lisp/     (Emacs Lisp files)
139                                +--etc/      (Other data)
140                                +-- .... And so on
141
142 Your compilation environment(Microsoft Visual C++ or Cygwin) make the
143 following procedures different.
144
145 <STEP2: Compilation>
146
147 -----------------
148 cd Meadow-<VERSION>\nt [RETURN]
149 configure.meadow --with-msvc --prefix <YOUR INSTALL DIRECTORY> --magick "<IMAGEMAGICK DIRECTORY>" [RETURN]
150 nmake bootstrap [RETURN]
151 nmake all [RETURN]
152 -----------------
153
154 You would be able to compile with Microsoft Visual C++ 6.x and 7.x.
155 I presume that you can do it with other version of Visual C++.
156 But I'm not sure.
157
158 If you meet any problem, you must resolve by YOURSELF!!! :-)
159
160 <STEP3: Installation>
161
162 -----------------
163 nmake install [RETURN]
164 -----------------
165
166 4.2 With Cygwin
167
168 <STEP1: Extract the archive>
169
170 Please extract the archive of Meadow in the same way as 4.1 STEP1.
171
172 <STEP2: Compilation>
173
174 On a Cygwin shell(sh, bash and so forth), you should type the
175 following command.
176
177 -----------------
178 cd Meadow-<VERSION>/nt [RETURN]
179 ./configure.meadow.bat --with-gcc --no-cygwin --no-debug --prefix=<YOUR INSTALL DIRECTORY> --magick "<IMAGEMAGICK DIRECTORY>" [RETURN]
180 make bootstrap [RETURN]
181 make all [RETURN]
182 -----------------
183
184 You would be able to compile with cmd.exe (or command.com).
185 If you meet any problem, you must resolve by YOURSELF!!! :-)
186
187 <STEP3: Installation>
188
189 -----------------
190 make install [RETURN]
191 -----------------
192
193 That's all.
Note: See TracBrowser for help on using the browser.