@@ -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