doc/kishna.tex
changeset 369 9b682981e060
parent 364 033f8236241a
equal deleted inserted replaced
368:fe49a4b12575 369:9b682981e060
    44 
    44 
    45 \section{Instructions for compiling and use}
    45 \section{Instructions for compiling and use}
    46 
    46 
    47 \subsection{Configuring CMake}
    47 \subsection{Configuring CMake}
    48 You must first generate the project's CMake configuration inside of \textsl{build}. A simple script is provided to do
    48 You must first generate the project's CMake configuration inside of \textsl{build}. A simple script is provided to do
    49 so with some default settings. It will configure the install path as \textsl{~/opt}.
    49 so with some default settings. It will configure the install path as \textsl{/tmp} by default.
    50 
    50 
    51 \begin{itemize}
    51 \begin{itemize}
    52 \item \textsl{cd build}
    52 \item \textsl{cd build}
    53 \item \textsl{./mkcmake.sh}
    53 \item \textsl{./mkcmake.sh Release}
    54 \end{itemize}
    54 \end{itemize}
    55 
    55 
    56 \subsection{Compiling and Installing}
    56 \subsection{Compiling and Installing}
    57 Once you have the CMake scripts in place, compiling should be as simple as running make:
    57 Once you have the CMake scripts in place, compiling should be as simple as running make:
    58 \begin{itemize}
    58 \begin{itemize}