Mentions légales du service

Skip to content
Snippets Groups Projects
Commit b58a0c56 authored by Adrien Leman's avatar Adrien Leman Committed by hhakim
Browse files

doc latex

parent 58a45794
No related branches found
No related tags found
No related merge requests found
......@@ -64,6 +64,15 @@ Here is a list of packages used in the FA$\mu$ST project. Eigen and OpenBlas lib
\item \textbf{OpenBLAS} is an optimized BLAS library based on GotoBLAS2 1.13 BSD version. (see \url{http://www.openblas.net}). To install OpenBlas, refer to \url{https://github.com/xianyi/OpenBLAS/wiki/Installation-Guide}. You can directly download precompiled binary here \url{https://sourceforge.net/projects/openblas/files/v0.2.14/}
\end{itemize}
\section{Matlab and processor architecture}\label{sec:ANNEXEMatlabArch}
If your processor architecture is 64 bit, Matlab must be installed in 64 bit. If your processor architecture is an 32 bit, Matlab must be installed in 32 bit. You can check your environment variable called PROCESSOR\_ARCHITECTURE by typing :
\begin{lstlisting}
> set
\end{lstlisting}
Check in the list the variable PROCESSOR\_ARCHITECTURE. \\
PROCESSOR\_ARCHITECTURE=AMD64 correspond to 64bit,
PROCESSOR\_ARCHITECTURE=x86 correspond to 32 bit.
\section{Add environment variable on Windows platform}\label{sec:ANNEXEEnvironmentVariableWindows}
......
......@@ -39,7 +39,8 @@ You must obtain the path of your matlab binary file like:
\begin{lstlisting}[backgroundcolor=\color{white}]
C:\Program Files\MATLAB\<R2015b>\bin\matlab.exe
\end{lstlisting}
If not, please add the directory of your \texttt{matlab.exe} file in your environment variable. (to add an environment variable, follow instructions given in \ref{sec:ANNEXEEnvironmentVariableWindows}).
If not, please add the directory of your \texttt{matlab.exe} file in your environment variable. (to add an environment variable, follow instructions given in \ref{sec:ANNEXEEnvironmentVariableWindows}). \\
\item \textbf{Install 7-zip tool} from \url{http://www.7-zip.org/}.
......@@ -146,7 +147,7 @@ FA$\mu$ST Toolbox should be installed. Now, refer to Quick-Start Chapter \ref{se
> mkdir build
> cd build
> cmake -G "MinGW Makefiles" ..
-DCMAKE\_INSTALL\_PREFIX="<Your/Install/Dir>"
-DCMAKE_INSTALL_PREFIX="<Your/Install/Dir>"
> make
> make install
\end{lstlisting}
......@@ -194,7 +195,7 @@ For more detail about cmake commands, refer to Section \ref{sec:ANNEXEInfoBuildI
> mkdir build
> cd build
> cmake -G "CodeBlocks - MinGW Makefiles" ..
-DCMAKE\_INSTALL\_PREFIX="<Your/Install/Dir>"
-DCMAKE_INSTALL_PREFIX="<Your/Install/Dir>"
\end{lstlisting}
\item Open the FA$\mu$ST project from the file \texttt{./build/FAUST.cbp} with Code::Blocks IDE.
\item In Code::Blocks IDE, select ALL target and build the project.
......@@ -262,7 +263,7 @@ For more detail about cmake commands, refer to Section \ref{sec:ANNEXEInfoBuildI
\begin{lstlisting}
> mkdir build
> cd build
> cmake .. -DCMAKE\_INSTALL\_PREFIX="<Your/Install/Dir>"
> cmake .. -DCMAKE_INSTALL_PREFIX="<Your/Install/Dir>"
\end{lstlisting}
\item Open the FA$\mu$ST project from the file \texttt{./build/FAUST.sln} with Visual Studio IDE.
\item In Visual Studio IDE, select ALL target and generate the project three times.
......@@ -315,7 +316,7 @@ For more detail about cmake commands, refer to Section \ref{sec:ANNEXEInfoBuildI
\begin{lstlisting}
> mkdir build
> cd build
> cmake .. -DCMAKE\_INSTALL\_PREFIX="<Your/Install/Dir>"
> cmake .. -DCMAKE_INSTALL_PREFIX="<Your/Install/Dir>"
> cmake --build . --config "Release"
> cmake --build . --config "Release"
> cmake --build . --config "Release" --target "install"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment