Changeset 64


Ignore:
Timestamp:
Dec 4, 2009 4:59:48 PM (14 years ago)
Author:
toby
Message:

# on 1999/03/19 16:55:10, toby did:
* empty log message *

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  
    2323<P>More information about EXPGUI, including information on how it
    2424can 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.
     25and <A HREF="http://rrdjazz.nist.gov/~toby/expgui/expgui_cfg.html">expgui_cfg.html</A>, found in the gsas/expgui/doc directory.
    2626
    2727<H2>
     
    3131ftp://rrdjazz.nist.gov/bt1/gsas/expgui.tar.gz</A> (~300 K)
    3232by shift-clicking on the previous link.
     33<P>
     34If you want to try the latest release (which may not have gotten
     35a lot of testing, but probably has new bug fixes and capabilities) shift-click
     36on <A HREF="ftp://rrdjazz.nist.gov/bt1/gsas/expgui_ALPHA.tar.gz">
     37ftp://rrdjazz.nist.gov/bt1/gsas/expgui_ALPHA.tar.gz</A>
    3338<H2>
    34392. EXPGUI Installation</H2>
     
    37422.1 Create a directory and restore the files</H4>
    3843The 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 is
     44directory</B>, by convention I assume the directory name <tt>expgui</tt>, but this is
    4045not required. Thus, if you have located the GSAS package in
    4146<TT>/usr/local/gsas</TT> (so that there is a directory
    4247<TT>/usr/local/gsas/exe</TT>, <TT>/usr/local/gsas/data</TT>, ...)
    4348I 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.
     49these files in <TT>/usr/local/gsas/expgui</TT> but any subdirectory,
     50such as <TT>/usr/local/gsas/tcl</TT> will work fine.
    4651Change the subsequent commands if GSAS is located somewhere
    4752other than <TT>/usr/local/gsas</TT>.
     
    4954<PRE>
    5055            cd    /usr/local/gsas
    51             mkdir tcl
    52             cd    tcl
     56            mkdir expgui
     57            cd    expgui
    5358            gunzip <  [/path]expgui.tar.gz  | tar xvf -
    5459</PRE>
     
    6368<PRE>
    6469                cat >> ~/.cshrc
    65                 alias expgui "wish /usr/local/gsas/tcl/expgui"
     70                alias expgui "wish /usr/local/gsas/expgui/expgui"
    6671                ^D
    6772</PRE>
     
    7479<PRE>
    7580                cat > /usr/bin/expgui
    76                 wish /usr/local/gsas/tcl/expgui
     81                wish /usr/local/gsas/expgui/expgui
    7782                ^D
    7883                chmod +x /usr/bin/expgui
     
    8489is to create a link in your system's path to the GUI script.
    8590Note that you may need to modify the first line of
    86 <TT>/usr/local/gsas/tcl/expgui</TT>, if wish is located somewhere
     91<TT>/usr/local/gsas/expgui/expgui</TT>, if wish is located somewhere
    8792other than <TT>/usr/local/bin/wish</TT>.
    8893
    8994<PRE>
    90                 chmod +x /usr/local/gsas/tcl/expgui
    91                 ln -s /usr/local/gsas/tcl/expgui /usr/bin/expgui
     95                chmod +x /usr/local/gsas/expgui/expgui
     96                ln -s /usr/local/gsas/expgui/expgui /usr/bin/expgui
    9297</PRE>
    9398
Note: See TracChangeset for help on using the changeset viewer.