Changeset 258
- Timestamp:
- Dec 4, 2009 5:03:03 PM (13 years ago)
- 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 88 88 2. EXPGUI Installation</H2> 89 89 A few short steps are needed to load EXPGUI on your computer. 90 <H 4>91 2.1 Create a directory and restore the files</H 4>90 <H3> 91 2.1 Create a directory and restore the files</H3> 92 92 The EXPGUI scripts are set up to be run from a <B>subdirectory in the main GSAS 93 93 directory</B>, by convention I assume the directory name <tt>expgui</tt>, but this is … … 111 111 where you downloaded the tar file in section 2, above. 112 112 113 <H4> 113 <H3> 114 2.2 Installing a shortcut to EXPGUI</H3> 115 While it is possible to invoke EXPGUI by typing 116 <PRE> 117 wish /usr/local/gsas/expgui/expgui 118 </PRE> 119 or 120 <PRE> 121 /home/toby/mywish/wish /home/toby/mygsas/expgui/expgui 122 </PRE> 123 or whatever, you will likely want to create an easier command to type. 124 Below are three ways to do this. Note that only one is needed. Do not use all 125 three. 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> 114 132 2.2a Installing a shortcut to EXPGUI in .cshrc</H4> 115 133 <P>To use EXPGUI, you probably need to create an easy way to access it. … … 132 150 chmod +x /usr/bin/expgui 133 151 </PRE> 152 <I>Note that this step (2.2b) is incompatible with the one below (2.2c).</I> 134 153 <H4> 135 154 2.2c Linking EXPGUI in the path</H4> … … 145 164 ln -s /usr/local/gsas/expgui/expgui /usr/bin/expgui 146 165 </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> 169 2.3 Installing TCLDUMP</H3> 152 170 If not already present, the TCLDUMP program should be located with all of the GSAS executable files, for example in /usr/local/gsas/exe/. 153 171 <PRE> … … 156 174 </PRE> 157 175 158 <H 4>159 2.4 Installing EXPTOOL</H 4>176 <H3> 177 2.4 Installing EXPTOOL</H3> 160 178 If not already present, the EXPTOOL program should be located with all of the GSAS executable files, 161 179 for example in /usr/local/gsas/exe/.
Note: See TracChangeset
for help on using the changeset viewer.