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
Tags
No related merge requests found
......@@ -116,16 +116,11 @@ In the terminal opened in Section
\ref{sec:UnixBuildDownload}, type the following commands :
\lstset{style=customBash}
\begin{lstlisting}
# create build directory
>mkdir build
# go into this directory
>cd build
# generate/configure the project (choice IDE ...)
>ccmake "Path2SrcDir"
# build the project (dependent of the IDE)
>make
# install the project (dependent of the IDE)
>sudo make install # run with administrator privilege
> mkdir build
> cd build
> cmake ..
> make
> sudo make install # run with administrator privilege
\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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment