From 3b8905a939cf6ab1e6f3aafdf49aac93dea60f9b Mon Sep 17 00:00:00 2001 From: raabe Date: Wed, 9 Aug 2023 23:07:14 +0200 Subject: [PATCH] Update Setup Computer Debian 12 --- Setup-Computer-Debian-12.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Setup-Computer-Debian-12.md b/Setup-Computer-Debian-12.md index 48e97bb..8f2ede4 100644 --- a/Setup-Computer-Debian-12.md +++ b/Setup-Computer-Debian-12.md @@ -48,4 +48,15 @@ cd mkdir work cd work git clone https://gitlab.psi.ch/microspectro/pixelator.git stxm +``` + +- compile Pixelator +``` +cd ~/work/stxm +./autoreconf -i +mkdir build +cd build + + + ``` \ No newline at end of file