[haizea-commit] r534 - trunk/doc/manual
haizea-commit at mailman.cs.uchicago.edu
haizea-commit at mailman.cs.uchicago.edu
Mon Sep 29 07:07:57 CDT 2008
Author: borja
Date: 2008-09-29 07:07:56 -0500 (Mon, 29 Sep 2008)
New Revision: 534
Modified:
trunk/doc/manual/install.tex
trunk/doc/manual/quickstart.tex
Log:
Minor changes to manual
- No need to escape $ in verbatim environments
- sample.conf -> sample_trace.conf
Modified: trunk/doc/manual/install.tex
===================================================================
--- trunk/doc/manual/install.tex 2008-09-29 11:58:33 UTC (rev 533)
+++ trunk/doc/manual/install.tex 2008-09-29 12:07:56 UTC (rev 534)
@@ -37,13 +37,13 @@
If you do not have root access, or want to install Haizea in your home directory, run the following:
\begin{shellverbatim}
-python setup.py install --home=\$HOME
+python setup.py install --home=$HOME
\end{shellverbatim}
Note: If you have never installed a Python package in your home directory before, make sure you set the environment variable \texttt{PYTHONPATH} appropriately so Python will be aware of the Haizea modules.
\begin{shellverbatim}
-export PYTHONPATH=\$HOME/lib/python
+export PYTHONPATH=$HOME/lib/python
\end{shellverbatim}
After running the setup script, you should see a long list of installation and build messages, ending with the following:
@@ -87,7 +87,7 @@
Note: If you installed Haizea in your home directory, you will have to run the following:
\begin{shellverbatim}
-haizea -c \$HOME/share/haizea/etc/sample.conf
+haizea -c $HOME/share/haizea/etc/sample_trace.conf
\end{shellverbatim}
Additionally, you will have to modify the tracefile option in the sample configuration so it will point to the sample tracefile located in \texttt{\$HOME/share/haizea/traces/sample.lwf} (instead of under the \texttt{/usr} directory).
\ No newline at end of file
Modified: trunk/doc/manual/quickstart.tex
===================================================================
--- trunk/doc/manual/quickstart.tex 2008-09-29 11:58:33 UTC (rev 533)
+++ trunk/doc/manual/quickstart.tex 2008-09-29 12:07:56 UTC (rev 534)
@@ -70,7 +70,7 @@
Now that we have a configuration file and a tracefile, we can run the simulator. You can run Haizea with the sample configuration file like this:
\begin{shellverbatim}
-haizea -c /usr/share/haizea/etc/sample.conf
+haizea -c /usr/share/haizea/etc/sample_trace.conf
\end{shellverbatim}
Which results in the following output:
More information about the Haizea-commit
mailing list