fix some documentation errors
authorterom
Tue, 09 Dec 2008 04:49:33 +0000
changeset 369 9b682981e060
parent 368 fe49a4b12575
child 370 39e59dd36b6e
fix some documentation errors
doc/final_document.pdf
doc/kishna.tex
Binary file doc/final_document.pdf has changed
--- a/doc/kishna.tex	Tue Dec 09 04:41:48 2008 +0000
+++ b/doc/kishna.tex	Tue Dec 09 04:49:33 2008 +0000
@@ -46,11 +46,11 @@
 
 \subsection{Configuring CMake}
 You must first generate the project's CMake configuration inside of \textsl{build}. A simple script is provided to do
-so with some default settings. It will configure the install path as \textsl{~/opt}.
+so with some default settings. It will configure the install path as \textsl{/tmp} by default.
 
 \begin{itemize}
 \item \textsl{cd build}
-\item \textsl{./mkcmake.sh}
+\item \textsl{./mkcmake.sh Release}
 \end{itemize}
 
 \subsection{Compiling and Installing}