Private
Public Access
11
1

Update Setup Computer Debian 12

2023-10-30 17:03:00 +01:00
parent be3c1d5317
commit c04d95f7b8

@@ -144,4 +144,17 @@ make # for the config files
cd ../../PixelatorGUI/config/
make
```
- test Pixelator
```
# run Controller in 1st Terminal
cd ~/work/stxm/build/PixelatorController
./src/PixelatorController-bin config/settingsNoHardware.json
# run GUI in 2nd Terminal
cd ~/work/stxm/build/PixelatorGUI
./scripts/PixelatorGUI-nH # -nH for no Hardware uses Ports 56561 and 56562
./src/PixelatorController-bin config/settingsNoHardware.json
```