# HG changeset patch # User Steve Losh # Date 1700539804 18000 # Node ID 168da3103b8c0898f9d6f2f25abda16168ba43f8 # Parent 5998a15f6aa20e741a0b1bad984f301f710ea362 Update diff -r 5998a15f6aa2 -r 168da3103b8c README.markdown --- a/README.markdown Mon Nov 20 23:00:37 2023 -0500 +++ b/README.markdown Mon Nov 20 23:10:04 2023 -0500 @@ -412,6 +412,14 @@ Got Rstudio, JabRef, qemu, OpenTrons, and a bunch of other stuff working too, I think. +Trying to install LaTeX and I didn't write down what the packages were when +I did this a month or two ago, dammit: + + apt install texlive-latex-base \ + texlive-latex-recommended \ + texlive-latex-extra \ + texlive-fonts-extra + Realized I fucked up when I built SBCL the other day, it's `--with-sb-core-compression`, not `--with-core-compression` (note the `-sb`).