Mentions légales du service

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

new doc latex

parent a4288826
No related branches found
No related tags found
No related merge requests found
No preview for this file type
\chapter{Installation for Unix platform}\label{sec:InstallUnix}
\chapter{Installation on Unix platform}\label{sec:InstallUnix}
\paragraph{}The FA$\mu$ST project is based on an C++ library available for both UNIX and Windows environments. CMake has been choose to build the project FA$\mu$ST because it is an open-source, cross-platform family of tools designed to build, test and package software.
......@@ -67,9 +67,11 @@ make install
\paragraph{}The Cmake Graphical User Interface ccmake allows you to selected option input. When using the \texttt{ccmake} command in your build directory, the Cmake GUI appears in the console (see figure \ref{fig:ccmake}).
\begin{figure}[!htbp]
\begin{figure}[!h] %%[!htbp]
\label{fig:ccmake}
\centering
\includegraphics[scale=0.5]{images/ccmake.jpg}
\caption{ccmake GUI}
\end{figure}
\paragraph{}When scrolling on a value and pressing [enter], this value can be edited, the black underlaid row displays some information about the option and required path to create the build system. In the case of an option press [enter] to toggle the ON/OFF values.
......
\chapter{Installation for Windows platform}\label{sec:WinInstall}
\chapter{Installation on Windows platform}\label{sec:WinInstall}
\paragraph{}The FA$\mu$ST project is based on an C++ library available for both UNIX and Windows environments. CMake has been choose to build the project FA$\mu$ST because it is an open-source, cross-platform family of tools designed to build, test and package software.
......@@ -23,7 +23,7 @@ From \url{https://cmake.org/download/}, download Binary distributions correspond
\url{http://fr.mathworks.com/help/matlab/matlab_external/install-mingw-support-package.html}. For that, you must have a id session for Mathwork. It is easy to create.
Current this latest step, an environment variable called MW\_MINGW64\_LOC is automatically generated.
\item \textbf{Install C++ Compiler:} Both \textbf{Microsoft visual C++} and \textbf{MinGW "Minimalist GNU for Windows"} compiler have been tested. If you are friendly with Unix tools and command line terminal, preferd \textbf{MinGW "Minimalist GNU for Windows"} C++ compiler. Otherwise, if you are more familiar with the graphical user interface, preferred the \textbf{Microsoft visual C++} compiler. The version of the C++ compilers must be coherent with the version of your Matlab version. In this documentation, the version of our C++ compiler corresponds to Matlab 2014 and 2015. If you use an other version of Matlab, please refers to the Mathworks website \url{http://fr.mathworks.com/support/compilers/<R20XXa>}.
\item \textbf{Install C++ Compiler:} Both \textbf{Microsoft visual C++} and \textbf{MinGW "Minimalist GNU for Windows"} compiler have been tested. If you are friendly with Unix tools and command line terminal, preferd \textbf{MinGW "Minimalist GNU for Windows"} C++ compiler. Otherwise, if you are more familiar with the graphical user interface, prefer the \textbf{Microsoft visual C++} compiler. The version of the C++ compiler must be coherent with the version of your Matlab version. In this documentation, the version of our C++ compiler corresponds to Matlab 2014 and 2015. If you use an other version of Matlab, please refer to the Mathworks website \url{http://fr.mathworks.com/support/compilers/<R20XXa>}.
\paragraph{}For \textbf{Microsoft visual C++} installation :
\begin{itemize}
......@@ -53,10 +53,10 @@ Current this latest step, an environment variable called MW\_MINGW64\_LOC is aut
\subsection{Basic build and Installation}\label{sec:WinBasicInstall}
\paragraph{}When prerequisites listed in precedent section \ref{sec:WinRequired} are checked, the FA$\mu$ST installation can be done.
\paragraph{}When prerequisites listed in previous section \ref{sec:WinRequired} are checked, the FA$\mu$ST installation can be done.
First download the FA$\mu$ST package on the website \url{http://faust.gforge.inria.fr/}.
Depending to your C++ compiler (MinGW or Visual studio), refers to the right part and follow the given instructions.
Depending to your C++ compiler (MinGW or Visual studio), refer to the right part and follow the given instructions.
\paragraph{}In the case of \textbf{MinGW compiler} :
Open a command terminal and place you in the FAUST directory. Type the following commands :
......@@ -76,7 +76,7 @@ make install
\begin{figure}[!h] %%[!htbp]
\centering
\includegraphics[scale=0.5]{images/cmakeGUI-1.eps}
\includegraphics[scale=0.5]{images/cmakeGUI-1-eps-converted-to.pdf}
\caption{cmake GUI}
\label{fig:cmakeGUI-1}
\end{figure}
......@@ -89,7 +89,7 @@ When clicking for the first time on the [Configure] button, CMake will ask for t
\begin{figure}[!h]
\centering
\includegraphics[scale=0.5]{images/cmakeGUI-2.eps}
\includegraphics[scale=0.5]{images/cmakeGUI-2-eps-converted-to.pdf}
\caption{cmake GUI}
\label{fig:cmakeGUI-2}
\end{figure}
......@@ -99,7 +99,7 @@ When clicking for the first time on the [Configure] button, CMake will ask for t
\begin{figure}[!h] %%[!htbp]
\centering
\includegraphics[scale=0.5]{images/cmakeGUI-4.eps}
\includegraphics[scale=0.5]{images/cmakeGUI-4-eps-converted-to.pdf}
\caption{cmake GUI}
\label{fig:cmakeGUI-4}
\end{figure}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment