Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 88c94d53 authored by Nicolas Bellot's avatar Nicolas Bellot Committed by hhakim
Browse files

doc

parent 1ec6010d
Branches
No related tags found
No related merge requests found
...@@ -116,16 +116,11 @@ In the terminal opened in Section ...@@ -116,16 +116,11 @@ In the terminal opened in Section
\ref{sec:UnixBuildDownload}, type the following commands : \ref{sec:UnixBuildDownload}, type the following commands :
\lstset{style=customBash} \lstset{style=customBash}
\begin{lstlisting} \begin{lstlisting}
# create build directory > mkdir build
>mkdir build > cd build
# go into this directory > cmake ..
>cd build > make
# generate/configure the project (choice IDE ...) > sudo make install # run with administrator privilege
>ccmake "Path2SrcDir"
# build the project (dependent of the IDE)
>make
# install the project (dependent of the IDE)
>sudo make install # run with administrator privilege
\end{lstlisting} \end{lstlisting}
FA$\mu$ST Toolbox should be installed. Now, refer to Quick-Start Chapter \ref{sec:firstUse} to check the install and to try FA$\mu$ST toolbox. FA$\mu$ST Toolbox should be installed. Now, refer to Quick-Start Chapter \ref{sec:firstUse} to check the install and to try FA$\mu$ST toolbox.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment