mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-27 19:05:52 +00:00
New structure headings
Also adds a note to readme for installing pdflatex if it's missing.
This commit is contained in:
parent
f37ce5c839
commit
4f1cd66829
8 changed files with 92 additions and 2 deletions
|
@ -602,10 +602,12 @@ Simply visit https://yosys.readthedocs.io/en/latest/ instead.
|
|||
In addition to those packages listed above for building Yosys from source, the
|
||||
following are used for building the website:
|
||||
|
||||
$ sudo apt-get install pdf2svg faketime
|
||||
$ sudo apt install pdf2svg faketime
|
||||
|
||||
PDFLaTeX, included with most LaTeX distributions, is also needed during the
|
||||
build process for the website.
|
||||
build process for the website. Or, run the following:
|
||||
|
||||
$ sudo apt install texlive-latex-base texlive-latex-extra
|
||||
|
||||
The Python package, Sphinx, is needed along with those listed in
|
||||
`docs/source/requirements.txt`:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue