Changeset 64
- Timestamp:
- Dec 4, 2009 4:59:48 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:34:54 to 1999/03/19 16:55:10
- Property rcs:lines changed from +23 -5 to +17 -12
- Property rcs:rev changed from 1.2 to 1.3
r38 r64 23 23 <P>More information about EXPGUI, including information on how it 24 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.25 and <A HREF="http://rrdjazz.nist.gov/~toby/expgui/expgui_cfg.html">expgui_cfg.html</A>, found in the gsas/expgui/doc directory. 26 26 27 27 <H2> … … 31 31 ftp://rrdjazz.nist.gov/bt1/gsas/expgui.tar.gz</A> (~300 K) 32 32 by shift-clicking on the previous link. 33 <P> 34 If you want to try the latest release (which may not have gotten 35 a lot of testing, but probably has new bug fixes and capabilities) shift-click 36 on <A HREF="ftp://rrdjazz.nist.gov/bt1/gsas/expgui_ALPHA.tar.gz"> 37 ftp://rrdjazz.nist.gov/bt1/gsas/expgui_ALPHA.tar.gz</A> 33 38 <H2> 34 39 2. EXPGUI Installation</H2> … … 37 42 2.1 Create a directory and restore the files</H4> 38 43 The EXPGUI scripts are set up to be run from a <B>subdirectory in the main GSAS 39 directory</B>, by convention I assume the directory name <tt> tcl</tt>, but this is44 directory</B>, by convention I assume the directory name <tt>expgui</tt>, but this is 40 45 not required. Thus, if you have located the GSAS package in 41 46 <TT>/usr/local/gsas</TT> (so that there is a directory 42 47 <TT>/usr/local/gsas/exe</TT>, <TT>/usr/local/gsas/data</TT>, ...) 43 48 I assume you will put 44 these files in <TT>/usr/local/gsas/ tcl</TT> but any subdirectory,45 such as <TT>/usr/local/gsas/ expgui</TT> will work fine.49 these files in <TT>/usr/local/gsas/expgui</TT> but any subdirectory, 50 such as <TT>/usr/local/gsas/tcl</TT> will work fine. 46 51 Change the subsequent commands if GSAS is located somewhere 47 52 other than <TT>/usr/local/gsas</TT>. … … 49 54 <PRE> 50 55 cd /usr/local/gsas 51 mkdir tcl52 cd tcl56 mkdir expgui 57 cd expgui 53 58 gunzip < [/path]expgui.tar.gz | tar xvf - 54 59 </PRE> … … 63 68 <PRE> 64 69 cat >> ~/.cshrc 65 alias expgui "wish /usr/local/gsas/ tcl/expgui"70 alias expgui "wish /usr/local/gsas/expgui/expgui" 66 71 ^D 67 72 </PRE> … … 74 79 <PRE> 75 80 cat > /usr/bin/expgui 76 wish /usr/local/gsas/ tcl/expgui81 wish /usr/local/gsas/expgui/expgui 77 82 ^D 78 83 chmod +x /usr/bin/expgui … … 84 89 is to create a link in your system's path to the GUI script. 85 90 Note that you may need to modify the first line of 86 <TT>/usr/local/gsas/ tcl/expgui</TT>, if wish is located somewhere91 <TT>/usr/local/gsas/expgui/expgui</TT>, if wish is located somewhere 87 92 other than <TT>/usr/local/bin/wish</TT>. 88 93 89 94 <PRE> 90 chmod +x /usr/local/gsas/ tcl/expgui91 ln -s /usr/local/gsas/ tcl/expgui /usr/bin/expgui95 chmod +x /usr/local/gsas/expgui/expgui 96 ln -s /usr/local/gsas/expgui/expgui /usr/bin/expgui 92 97 </PRE> 93 98
Note: See TracChangeset
for help on using the changeset viewer.