Changeset 38
- Timestamp:
- Dec 4, 2009 4:59:20 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/expgui_Unix_readme.html
- Property rcs:date changed from 1999/01/20 21:28:08 to 1999/01/20 21:34:54
- Property rcs:rev changed from 1.1 to 1.2
- Property rcs:lines set to +23 -5
r33 r38 21 21 </A> for installation instructions. 22 22 23 <P>More information about EXPGUI, including information on how it 24 can be customized, can be found on web pages <A HREF="http://rrdjazz.nist.gov/~toby/expgui/expgui.html">expgui.html</A> 25 and <A HREF="http://rrdjazz.nist.gov/~toby/expgui/expgui_cfg.html">expgui_cfg.html</A>, found in the gsas/tcl/doc directory. 26 23 27 <H2> 24 28 1. EXPGUI Downloading</H2> 25 29 download file 26 30 <A HREF="ftp://rrdjazz.nist.gov/bt1/gsas/expgui.tar.gz"> 27 ftp://rrdjazz.nist.gov/bt1/gsas/expgui.tar.gz</A> ( ?K)31 ftp://rrdjazz.nist.gov/bt1/gsas/expgui.tar.gz</A> (~300 K) 28 32 by shift-clicking on the previous link. 29 33 <H2> … … 34 38 The EXPGUI scripts are set up to be run from a <B>subdirectory in the main GSAS 35 39 directory</B>, by convention I assume the directory name <tt>tcl</tt>, but this is 36 not required. Thus if you have located the GSAS package in40 not required. Thus, if you have located the GSAS package in 37 41 <TT>/usr/local/gsas</TT> (so that there is a directory 38 42 <TT>/usr/local/gsas/exe</TT>, <TT>/usr/local/gsas/data</TT>, ...) … … 40 44 these files in <TT>/usr/local/gsas/tcl</TT> but any subdirectory, 41 45 such as <TT>/usr/local/gsas/expgui</TT> will work fine. 42 Change the first <TT>cd</TT> commandif GSAS is located somewhere46 Change the subsequent commands if GSAS is located somewhere 43 47 other than <TT>/usr/local/gsas</TT>. 44 48 … … 55 59 <H4> 56 60 2.2a Installing a shortcut to EXPGUI in .cshrc</H4> 57 <P>To use EXPGUI, you need to create an easy way to access it.61 <P>To use EXPGUI, you probably need to create an easy way to access it. 58 62 One way to do this is to add an alias to your ~/.cshrc file: 59 63 <PRE> … … 74 78 chmod +x /usr/bin/expgui 75 79 </PRE> 76 Note that in the above commands ^D means control-D. 80 <H4> 81 2.2c Linking EXPGUI in the path</H4> 82 <P> 83 Another way to simplify access to EXPGUI 84 is to create a link in your system's path to the GUI script. 85 Note that you may need to modify the first line of 86 <TT>/usr/local/gsas/tcl/expgui</TT>, if wish is located somewhere 87 other than <TT>/usr/local/bin/wish</TT>. 88 89 <PRE> 90 chmod +x /usr/local/gsas/tcl/expgui 91 ln -s /usr/local/gsas/tcl/expgui /usr/bin/expgui 92 </PRE> 93 94 <em>Note that in the above commands </em><TT>^D</TT><em> means control-D.</em> 77 95 <hr> 78 96 GSAS is written by Allen C. Larson and Robert B. Von Dreele, MS-H805,
Note: See TracChangeset
for help on using the changeset viewer.