1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-11-04 17:23:20 +00:00

Replace apt-get by apt

This commit is contained in:
Carles Fernandez
2025-03-15 09:41:05 +01:00
parent b60368038a
commit b0b41b194f
10 changed files with 33 additions and 33 deletions

View File

@@ -165,7 +165,7 @@ $ make pdfmanual
will create a PDF manual at <tt>gnss-sdr/docs/GNSS-SDR_manual.pdf</tt>. Please note that the PDF generation requires some fonts to be installed on the host system.
In Ubuntu, those fonts do not come by default. You can install them by doing:
\verbatim
$ sudo apt-get install texlive-fonts-recommended
$ sudo apt install texlive-fonts-recommended
\endverbatim
and then run <tt> cmake ../</tt> and <tt>make pdfmanual</tt> again.