# HG changeset patch # User terom # Date 1228798173 0 # Node ID 9b682981e060362d28412b7d60a985e0746f78dc # Parent fe49a4b125755edd8ae5601c01461193b790c1bc fix some documentation errors diff -r fe49a4b12575 -r 9b682981e060 doc/final_document.pdf Binary file doc/final_document.pdf has changed diff -r fe49a4b12575 -r 9b682981e060 doc/kishna.tex --- 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}