From 83acafddd7deaf2e0f7950f2c428170939d20a2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Letz?= Date: Tue, 24 Dec 2024 14:36:03 +0100 Subject: [PATCH] Update quick-reference in progress. --- quick-reference/chapters/installation.tex | 18 +++++++++--------- quick-reference/faust-quick-reference.tex | 4 ++-- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/quick-reference/chapters/installation.tex b/quick-reference/chapters/installation.tex index 696fb29c8..8541a52b0 100644 --- a/quick-reference/chapters/installation.tex +++ b/quick-reference/chapters/installation.tex @@ -1,15 +1,15 @@ \chapter{Compiling and installing \faust} \label{install} -The \faust source distribution \lstinline'faust-2.77.0.tar.gz' can be downloaded from GitHub (\myurl{https://github.com/grame-cncm/faust/releases}). +The \faust source distribution \lstinline'faust-2.77.3.tar.gz' can be downloaded from GitHub (\myurl{https://github.com/grame-cncm/faust/releases}). \section{Organization of the distribution} The first thing is to decompress the downloaded archive. \begin{lstlisting} - tar xzf faust-2.77.0.tar.gz + tar xzf faust-2.77.3.tar.gz \end{lstlisting} -The resulting \lstinline'faust-2.77.0/' folder should contain the following elements: +The resulting \lstinline'faust-2.77.3/' folder should contain the following elements: \begin{tabular}{ll} \lstinline'architecture/' &\faust libraries and architecture files\\ @@ -27,18 +27,18 @@ \section{Organization of the distribution} \section{Compilation} \faust has no dependencies outside standard libraries. Therefore the compilation should be straightforward. There is no configuration phase, to compile the \faust compiler simply do : \begin{lstlisting} - cd faust-2.77.0/ + cd faust-2.77.3/ make \end{lstlisting} If the compilation was successful you can test the compiler before installing it: \begin{lstlisting} - [cd faust-2.77.0/] + [cd faust-2.77.3/] ./build/bin/faust -v \end{lstlisting} It should output: \begin{lstlisting} -FAUST Version 2.77.0 +FAUST Version 2.77.3 Embedded backends: DSP to C DSP to C++ @@ -58,7 +58,7 @@ \section{Compilation} Then you can also try to compile one of the examples : \begin{lstlisting} - [cd faust-2.77.0/] + [cd faust-2.77.3/] ./build/bin/faust examples/generator/noise.dsp \end{lstlisting} It should produce some C++ code on the standard output. @@ -66,12 +66,12 @@ \section{Compilation} \section{Installation} You can install \faust with: \begin{lstlisting} - [cd faust-2.77.0/] + [cd faust-2.77.3/] sudo make install \end{lstlisting} or \begin{lstlisting} - [cd faust-2.77.0/] + [cd faust-2.77.3/] su make install \end{lstlisting} diff --git a/quick-reference/faust-quick-reference.tex b/quick-reference/faust-quick-reference.tex index f55feaa1e..f6f05cec8 100644 --- a/quick-reference/faust-quick-reference.tex +++ b/quick-reference/faust-quick-reference.tex @@ -134,9 +134,9 @@ % \titlepic{ % \includegraphics[width=15cm]{images/bandeau-faust} % } -\title{\Huge\color{yoheader}FAUST Quick Reference\\\Large(version 2.77.0)} +\title{\Huge\color{yoheader}FAUST Quick Reference\\\Large(version 2.77.3)} \author{\textsc{GRAME}\\Centre National de Cr\'eation Musicale} -\date{December 16, 2024} +\date{December 24, 2024} \railalias{recur}{$\sim$} \railalias{lbrace}{\{}