Currently the README does not document how to install sphinx and texlive on Fedora. Fix this.
Signed-off-by: Daniel Thompson daniel.thompson@linaro.org --- README.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+)
diff --git a/README.rst b/README.rst index 851c078065a9..9eef58805021 100644 --- a/README.rst +++ b/README.rst @@ -49,6 +49,19 @@ new version can be installed with the Python package installer::
Export SPHINXBUILD (see above) if Sphinx was installed with pip --user, then follow Make commands below
+On Fedora +^^^^^^^^^ + +:: + + # dnf install python2-sphinx texlive texlive-capt-of texlive-draftwatermark \ + texlive-fncychap texlive-framed texlive-needspace \ + texlive-tabulary texlive-titlesec texlive-upquote \ + texlive-wrapfig + +It is also possible to use python3-sphinx; this requires +SPHIXBUILD=sphinx-build-3 to be passed on the Make command line. + On Mac OS X ^^^^^^^^^^^
-- 2.17.0