Pops up every now and then. (maybe this should be in the FAQ?)
Description is here GitHub - Ardour/manual: Mirror of the Ardour manual · GitHub
It’s easy. Even I could do it (this is for Linux only!):
-
You will need
git,python3, andcherrypyandweasyprintpython modules installed.
Use your package manager to do that, if not already available.In a terminal on the command line do the following
-
Download the manual source from github.com
% git clone https://github.com/Ardour/manual ardour-manual -
Create the PDF:
% cd ardour-manual
% ./build.py -p
The manual is here:
./website/manual.pdf
Corrections kindly by:
@TonyBKDE
@Axel99092