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