[cig-commits] r3892 - in short/3D/PyLith/branches/pylith-0.8/doc/userguide: . install tutorials/tutorialbm5

baagaard at geodynamics.org baagaard at geodynamics.org
Mon Jun 26 14:27:17 PDT 2006


Author: baagaard
Date: 2006-06-26 14:27:17 -0700 (Mon, 26 Jun 2006)
New Revision: 3892

Modified:
   short/3D/PyLith/branches/pylith-0.8/doc/userguide/install/install.xml
   short/3D/PyLith/branches/pylith-0.8/doc/userguide/makefile
   short/3D/PyLith/branches/pylith-0.8/doc/userguide/tutorials/tutorialbm5/tutorialbm5.xml
Log:
User guide. Added ps target for makefile. Fixed install instructions for linux (LD_LIBRARY_PATH). Fixed long lines in tutorial.

Modified: short/3D/PyLith/branches/pylith-0.8/doc/userguide/install/install.xml
===================================================================
--- short/3D/PyLith/branches/pylith-0.8/doc/userguide/install/install.xml	2006-06-26 21:23:04 UTC (rev 3891)
+++ short/3D/PyLith/branches/pylith-0.8/doc/userguide/install/install.xml	2006-06-26 21:27:17 UTC (rev 3892)
@@ -114,6 +114,22 @@
 	</listitem>
 	<listitem>
 	  <para>
+            Add <filename
+            class="directory">pylith-0.8-linux-x86/lib</filename> to
+            your <envar>LD_LIBRARY_PATH</envar>. You will likely want to add
+            something like
+	  <screen>
+export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:<replaceable>replace_with_</replaceable>
+<replaceable>absolute_path</replaceable>/pylith-0.8-linux-x86/lib
+          </screen>
+            to your <filename>.bashrc</filename> file (if you are
+            using bash as your shell) or the equivalent to your
+            <filename>.cshrc</filename> file (if you are using tcsh as
+            your shell).
+          </para>
+	</listitem>
+	<listitem>
+	  <para>
             To uninstall PyLith, simply remove the <filename
             classname="directory">pylith-0.8-linux-x86</filename>
             directory and all of its sub-directories.

Modified: short/3D/PyLith/branches/pylith-0.8/doc/userguide/makefile
===================================================================
--- short/3D/PyLith/branches/pylith-0.8/doc/userguide/makefile	2006-06-26 21:23:04 UTC (rev 3891)
+++ short/3D/PyLith/branches/pylith-0.8/doc/userguide/makefile	2006-06-26 21:27:17 UTC (rev 3892)
@@ -1,5 +1,5 @@
-XSLSTYLESHEET_DIR=/usr/share/sgml/docbook/xsl-stylesheets
-#XSLSTYLESHEET_DIR=/sw/share/xml/xsl/docbook-xsl
+#XSLSTYLESHEET_DIR=/usr/share/sgml/docbook/xsl-stylesheets
+XSLSTYLESHEET_DIR=/sw/share/xml/xsl/docbook-xsl
 
 pylith_userguide.pdf pdf: pylith_userguide.fo
 	fop $< pylith_userguide.pdf

Modified: short/3D/PyLith/branches/pylith-0.8/doc/userguide/tutorials/tutorialbm5/tutorialbm5.xml
===================================================================
--- short/3D/PyLith/branches/pylith-0.8/doc/userguide/tutorials/tutorialbm5/tutorialbm5.xml	2006-06-26 21:23:04 UTC (rev 3891)
+++ short/3D/PyLith/branches/pylith-0.8/doc/userguide/tutorials/tutorialbm5/tutorialbm5.xml	2006-06-26 21:27:17 UTC (rev 3892)
@@ -368,7 +368,8 @@
           input.
         </para>
 	<screen>
-<prompt>bash$ </prompt><userinput>../../utils/faultcalc p=bm5.fault.par n=bm5.coord i=bm5.1.fbc o=bm5.split</userinput>
+<prompt>bash$ </prompt><userinput>../../utils/faultcalc p=bm5.fault.par n=bm5.coord \
+i=bm5.1.fbc o=bm5.split</userinput>
         </screen>
       </listitem>
       <listitem>
@@ -498,7 +499,8 @@
           <filename>bm5_1.0.mesh.t00010.inp</filename>.
         </para>
 	<screen>
-<prompt>bash$ </prompt><userinput>cat bm5_1.0.mesh.inp bm5_1.0.mesh.time.00010.inp > bm5_1.0.mesh.t00010.inp</userinput>
+<prompt>bash$ </prompt><userinput>cat bm5_1.0.mesh.inp bm5_1.0.mesh.time.00010.inp \
+> bm5_1.0.mesh.t00010.inp</userinput>
         </screen>
       </listitem>
       <listitem>



More information about the Cig-commits mailing list