Changeset 258


Ignore:
Timestamp:
Dec 4, 2009 5:03:03 PM (13 years ago)
Author:
toby
Message:

# on 2000/08/04 19:24:50, toby did:
expand "shortcut" discussion

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/expgui_Unix_readme.html

    • Property rcs:date changed from 2000/07/28 20:15:14 to 2000/08/04 19:24:50
    • Property rcs:lines changed from +8 -4 to +29 -11
    • Property rcs:rev changed from 1.9 to 1.10
    r242 r258  
    88882. EXPGUI Installation</H2>
    8989A few short steps are needed to load EXPGUI on your computer.
    90 <H4>
    91 2.1 Create a directory and restore the files</H4>
     90<H3>
     912.1 Create a directory and restore the files</H3>
    9292The EXPGUI scripts are set up to be run from a <B>subdirectory in the main GSAS
    9393directory</B>, by convention I assume the directory name <tt>expgui</tt>, but this is
     
    111111where you downloaded the tar file in section 2, above.
    112112
    113 <H4>
     113<H3>
     1142.2 Installing a shortcut to EXPGUI</H3>
     115While it is possible to invoke EXPGUI by typing
     116<PRE>
     117                wish /usr/local/gsas/expgui/expgui
     118</PRE>
     119or
     120<PRE>
     121                /home/toby/mywish/wish /home/toby/mygsas/expgui/expgui
     122</PRE>
     123or whatever, you will likely want to create an easier command to type.
     124Below are three ways to do this. Note that only one is needed. Do not use all
     125three.
     126
     127<em>Also, note that in the commands below,
     128</em><TT>^D</TT><em> means control-D.</em>
     129
     130
     131<UL><H4>
    1141322.2a Installing a shortcut to EXPGUI in .cshrc</H4>
    115133<P>To use EXPGUI, you probably need to create an easy way to access it.
     
    132150                chmod +x /usr/bin/expgui
    133151</PRE>
     152<I>Note that this step (2.2b) is incompatible with the one below (2.2c).</I>
    134153<H4>
    1351542.2c Linking EXPGUI in the path</H4>
     
    145164                ln -s /usr/local/gsas/expgui/expgui /usr/bin/expgui
    146165</PRE>
    147 
    148 <em>Note that in the above commands </em><TT>^D</TT><em> means control-D.</em>
    149 
    150 <H4>
    151 2.3 Installing TCLDUMP</H4>
     166<I>Note that this step (2.2c) is incompatible with the one above (2.2b).</I>
     167</UL>
     168<H3>
     1692.3 Installing TCLDUMP</H3>
    152170If not already present, the TCLDUMP program should be located with all of the GSAS executable files, for example in /usr/local/gsas/exe/.
    153171<PRE>
     
    156174</PRE>
    157175
    158 <H4>
    159 2.4 Installing EXPTOOL</H4>
     176<H3>
     1772.4 Installing EXPTOOL</H3>
    160178If not already present, the EXPTOOL program should be located with all of the GSAS executable files,
    161179for example in /usr/local/gsas/exe/.
Note: See TracChangeset for help on using the changeset viewer.