From 2bc030eb17b61f6e1ab0d860c9d5a92748ab3ee8 Mon Sep 17 00:00:00 2001 From: raabe Date: Mon, 30 Oct 2023 16:44:14 +0100 Subject: [PATCH] Update Setup Computer Debian 12 --- Setup-Computer-Debian-12.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Setup-Computer-Debian-12.md b/Setup-Computer-Debian-12.md index 306fbb3..895475f 100644 --- a/Setup-Computer-Debian-12.md +++ b/Setup-Computer-Debian-12.md @@ -135,4 +135,8 @@ cd ~/work/stxm autoreconf -i mkdir build cd build +../configure +make # do not use -j, at least not for the GUI +cd + ``` \ No newline at end of file