From c1fb7a72a8eac7df64732345ea6dcfb8a0db7d12 Mon Sep 17 00:00:00 2001 From: straithe Date: Fri, 23 Sep 2022 13:53:10 -0400 Subject: [PATCH] update pdf building documentation --- Readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index 5c79d688..2752a7cf 100644 --- a/Readme.md +++ b/Readme.md @@ -17,10 +17,10 @@ Information on HackRF and purchasing HackRF: https://greatscottgadgets.com/hackr Documentation for HackRF can be viewed on [Read the Docs](https://hackrf.readthedocs.io/en/latest/). The raw documenation files for HackRF are in the [docs folder](https://github.com/mossmann/hackrf/tree/master/docs) in this repository and can be built locally by installing [Sphinx Docs](https://www.sphinx-doc.org/en/master/usage/installation.html) and running `make html`. Documentation changes can be submitted through pull request and suggestions can be made as GitHub issues. -To create a PDF of the HackRF One documentation from the HackRf repository: +To create a PDF of the HackRF One documentation from the HackRf repository while on Ubuntu: +* run `sudo apt install latexmk texlive-latex-extra` * navigate to hackrf/docs on command line * run the command `make latex` -* navigate to hackrf/docs/latex * run the command `make latexpdf` --------------------