Changeset 357
- Timestamp:
- Dec 4, 2009 5:04:47 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/expgui_Unix_readme.html
- Property rcs:date changed from 2000/10/18 00:11:17 to 2000/12/22 19:17:42
- Property rcs:lines changed from +2 -2 to +37 -1
- Property rcs:rev changed from 1.11 to 1.12
r340 r357 41 41 </A> for installation instructions. Please note that EXPGUI seems to run very 42 42 slowly in Tcl/Tk version 8.1, but OK in 8.0 and 8.2. 43 Also see <a href="#testtcltk">below</a> on how to test if Tcl/Tk is properly 44 installed. 43 45 <P> 44 46 Likewise, I will assume you have also loaded the appropriate GSAS release, if not see … … 183 185 </PRE> 184 186 187 <a name="testtcltk"></a><H3> 188 Is Tcl/Tk installed already?</H3> 189 To test if Tcl/Tk is installed correctly on your system 190 do the following commands. Commands are in <tt>typewriter</tt> font, computer responses are in <I>italics</I> and comments are in this font but are <U>underlined</U> comments. 191 <UL> 192 <TABLE> 193 <TR><TD><tt>[tammy@beryl tammy]$ wish</tt></TD> 194 <TD><U>(note a window is created)</U></TD></TR> 195 <TR><TD><tt><I>%</I> set tcl_version</TD></TR> 196 <TR><TD><tt><I>8.0</I></tt></TD> 197 <TD><U>(8.0 is the Tcl/Tk version number. EXPGUI requires 8.0 or higher)</U></TD></TR> 198 <TR><TD><tt><I>%</I> package require BLT</tt></TD></TR> 199 <TR><TD><tt><I>2.4</I></tt></TD> 200 <TD><U>(2.4 is the BLT package version number. 201 EXPGUI requires 2.3 or higher. 202 If you get "can't find package BLT" then 203 BLT is not installed [properly] on your system)</U></TD></TR> 204 <TR><TD><tt><I>%</I> blt::graph .g</tt></TD></TR> 205 <TR><TD><tt><I>.g</I></tt></TD> 206 <TD><U>(nothing happens. You should not get an error message here.)</U></TD></TR> 207 <TR><TD><tt><I>%</I> pack .g</tt></TD> 208 <TD><U>(now a graph is displayed)</U></TD></TR> 209 <TR><TD><tt><I>%</I> Blt_ZoomStack .g</tt></TD> 210 <TD><U>(if error message: invalid command name "Blt_ZoomStack" appears 211 there is a problem with your BLT installation, see below.)</U></TD></TR> 212 </TABLE> 213 There is a common problem with the pkg_Index.tcl file in BLT that makes 214 the Blt_ZoomStack command inaccessible, see my updated copy 215 <A HREF="ftp://ftp.ncnr.nist.gov/pub/cryst/tcltk/BLT2.4_pkgIndex.tcl"> 216 ftp://ftp.ncnr.nist.gov/pub/cryst/tcltk/BLT2.4_pkgIndex.tcl 217 </A> for an example that works. Also see the 218 <A HREF="http://www.ncnr.nist.gov/programs/crystallography/software/tclpkgs82linux.html"> 219 Compiling Tcl/Tk 8.2.3 & packages for Linux</A> example of how to install. 220 </UL> 185 221 <hr> 186 222 <A Href="http://www.ncnr.nist.gov/programs/crystallography/software/gsas.html">
Note: See TracChangeset
for help on using the changeset viewer.