-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathREADME
47 lines (35 loc) · 1.88 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
Yoshimi Advanced Reference Manual Document v. 2.2.0
Chris Ahlstrom and Will Godfrey
2015-04-20 to 2022-05-15
This project provides two things:
1. An advanced user manual, always in progress, but extremely complete, to
cover just about everything to do with Yoshimi. Tips, bug notes, and
"to-do's" are also included.
2. A safe place for notes, banks, presets, and other material
discovered while using Yoshimi. Some of this material has
since disappeared from where I first got it.
Mostly maintained by Will Godfrey, who has carried on the Yoshimi project.
Now, if you see your material in this project, and want me to take it
out, just send me a mailto:[email protected] and I will comply
after verifying you provide that material somewhere.
To recreate the PDF file (the latest version is always available in the "pdf"
directory), you will need to install GNU make, latexmk, tex-live, pdf2latex,
and other resources related to LaTeX and PDF support. If everything is in
place, then a simple "make" command in the top project directory will
create the document. "make clean" will remove all the generated products
except for the PDF. "make" archives the PDF file if the build succeeds.
Lastly, although this manual is much larger than any other we have seen,
there is still much to be done to make it complete, readable, and easy to
use. Keeping up with Will and his code is hard work! Any help or suggestions
are quite welcome!
Build dependencies:
To build the document, you need to install packages like the following:
- make.
- latexmk. Provides a way to make the PDF document with a "make"
command.
- texlive-latex-base.
- pdflatex.
- Ghostscript. Usefu for optimizing the PDF to make it a lot smaller.
But it seems to break the internal document hyperlinks.
This list might be incomplete.
# vim: sw=4 ts=4 wm=4 et ft=rc