Update Setup Computer Debian 12
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user