Changeset 549
- Timestamp:
- Dec 4, 2009 5:08:02 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/expgui_Win_readme.html
- Property rcs:date changed from 2001/12/19 18:55:42 to 2002/01/23 19:59:56
- Property rcs:lines changed from +45 -34 to +54 -21
- Property rcs:rev changed from 1.18 to 1.19
r515 r549 40 40 </EM> 41 41 42 <P><B>0. A one-step self-installer for Windows</B> 43 <DL><DL> 44 It is possible to download a single file that installs 45 <a href="http://www.ncnr.nist.gov/xtal/software/gsas.html">GSAS (General Structure Analysis System)</a> 46 and 47 <a href="http://www.ncnr.nist.gov/xtal/software/expgui">EXPGUI</a>, 48 as well as the Tcl/Tk package, needed by EXPGUI. This self-installing 49 file uncompresses itself, copies the required files 50 to a selected directory and either modifies the <TT>AUTOEXEC.BAT</TT> file 51 and/or creates the appropriate registry entries needed to run the programs. 52 A 53 <a href="http://www.ncnr.nist.gov/xtal/software/gsas+expgui.html">separate web page</a> 54 details how to use this self-installer, 55 (<a href="ftp://ftp.ncnr.nist.gov/pub/cryst/gsas/gsas+expgui.exe"> 56 ftp://ftp.ncnr.nist.gov/pub/cryst/gsas/gsas+expgui.exe 57 </a> or from CCP14 mirrors). To use this program, refer to these 58 <a href="http://www.ncnr.nist.gov/xtal/software/gsas+expgui.html"> 59 Windows self-installer instructions</a>, rather than the instructions below. 60 61 </DL></DL> 42 62 <P><B>1. Download the following files:</B> 43 63 <UL> … … 116 136 <UL>Use a DOS window to run, gsaskit.exe, 117 137 tcltk82blt24qwinexec0601.exe, and expgui.exe (the order should not matter): 118 < PRE>138 <FONT FACE="COURIER"><PRE> 119 139 mkdir c:\gsas 120 140 chdir c:\gsas … … 122 142 c:\temp\tcltk82blt24qwinexec0601.exe 123 143 c:\temp\expgui.exe 124 </PRE> 144 </PRE></FONT> 125 145 126 146 These files can be run from where they are downloaded using the Run command … … 130 150 The previous steps will cause the files to be unpacked. The default 131 151 locations for installation are: 132 < PRE>152 <FONT FACE="COURIER"><PRE> 133 153 gsaskit.exe c:\gsas 134 154 tcltk82blt24qwinexec0601.exe c:\expgui 135 155 expgui.exe c:\gsas\expgui 136 </PRE> 156 </PRE></FONT> 137 157 138 158 <P>These files can be located on other disks and in directories with … … 141 161 each directory name <I><U>must</U></I> be 8 characters or less, so 142 162 location 143 < tt>Z:\i\think\this\will\work\gsas</tt> should be OK, but144 < tt>C:\longwindows\namesarenotgood\for dos</tt> probably163 <font face="courier">Z:\i\think\this\will\work\gsas</font> should be OK, but 164 <font face="courier">C:\longwindows\namesarenotgood\for dos</font> probably 145 165 will not work. 146 166 If these files will be located on a fileserver, the file server … … 149 169 <P> 150 170 If you downloaded exptool.zip, unpack it and copy it to 151 < tt>c:\gsas\exe</tt>, or if you downloaded exptool.exe, it can be copied152 directly to < tt>c:\gsas\exe</tt>.171 <font face="courier">c:\gsas\exe</font>, or if you downloaded exptool.exe, it can be copied 172 directly to <font face="courier">c:\gsas\exe</font>. 153 173 </UL> 154 174 <P><B>3. Create a shortcut:</B> … … 162 182 provide command</LI> 163 183 164 <UL>< TT>c:\tcl\bin\wish82.exe c:\gsas\expgui\expgui</TT></UL>184 <UL><FONT FACE="COURIER">c:\tcl\bin\wish82.exe c:\gsas\expgui\expgui</FONT></UL> 165 185 </UL> 166 186 … … 201 221 http://www.du.edu/~mschwart/tcl-tk.htm) for the GUI to work 202 222 with Windows-95, -98 and -me. Further, 203 several utility routines ( liveplot and widplt)223 several utility routines (for example, liveplot and widplt) 204 224 require the BLT package to be properly configured as a loadable 205 225 package to run. If you care what vintage of Tcl/Tk you are using, you are … … 216 236 Note, to add more environment space in Win95/98, add the following line to the 217 237 CONFIG.SYS file in the root directory 218 < PRE>238 <FONT FACE="COURIER"><PRE> 219 239 SHELL=C:\WINDOWS\COMMAND.COM /P /E:4096 220 </PRE> 240 </PRE></FONT> 221 241 add the following line to the SYSTEM.INI file (in c:\windows) under 222 242 the heading [NonWindowsApp] 223 < PRE>243 <FONT FACE="COURIER"><PRE> 224 244 225 245 CommandEnvSize=2424 226 </PRE> 246 </PRE></FONT> 227 247 (thanks to Louis Farrugia [louis@chem.gla.ac.uk] for this). 228 248 … … 260 280 real EXPGUI bug and should bug me. 261 281 262 <a name="NetPath"></a></UL> 263 4. Can GSAS and EXPGUI be located on a shared network drive? 282 </UL> 283 <a name="NetPath"></a> 284 6. Can GSAS and EXPGUI be located on a shared network drive? 264 285 <UL> 265 286 Yes, but. The path must be mapped to a "logical drive." 266 287 (e.g. F:) since GSAS is basically a set of DOS programs. 267 Likewise, you will have troubles accessing 268 experiment and data files on a networked drive unless 269 that path is also mapped to a "logical drive." 270 EXPGUI will warn you, if you do either. 288 EXPGUI will warn you, if you try to do this. 289 I am not sure if GSAS will work properly if you can access 290 experiment and data files on a networked drive without mapping the 291 path to a "logical drive." I have not seen anything that breaks, 292 if you do this, but I have not done much testing. 293 </UL> 294 295 7. Can I use Windows-ME or Windows-XP with GSAS and EXPGUI? 296 <UL> 297 I do not have any direct experience with either OS. I am not aware of any 298 problems running EXPGUI & GSAS on -ME. I have heard that there are minor 299 problems with running EXPGUI on -XP -- after GSAS programs are run, EXPGUI 300 may remain minimized (on the taskbar) rather than reopen itself. This 301 problem can be avoided by unselecting the "Minimize on GSAS" checkbutton 302 in the Options menu. 303 271 304 </UL> 272 305
Note: See TracChangeset
for help on using the changeset viewer.