168da3103b8c
Update
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Mon, 20 Nov 2023 23:10:04 -0500 |
parents | 5998a15f6aa2 |
children | 1dcf75c56685 e4f05e0a7f5c |
branches/tags | (none) |
files | README.markdown |
Changes
--- 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`).