Private
Public Access
11
1

Update Setup Computer Debian 12

2023-11-01 13:07:48 +01:00
parent 267fdc0b7e
commit 792db84ede

@@ -147,13 +147,16 @@ sudo cp ~/work/stxm/SystemInstall/comedi.conf /etc/modprobe.d
- compile Pixelator
Warning: Running compile jobs in parallel (i.e. using the `make -j#` option with #>1) can cause compile errors, especially for PixelatorGUI.
```
cd ~/work/stxm
autoreconf -i
mkdir build
cd build
../configure
make # do not use -j, at least not for the GUI
make
cd PixelatorController/config/
make # for the config files
cd ../../PixelatorGUI/config/