Private
Public Access
11
1

Update Setup Computer Debian 13

2026-03-28 13:57:57 +01:00
parent 59abd70690
commit ad7c912f39
+2 -1
@@ -156,9 +156,10 @@ cd ~/work/stxm/build/PixelatorController
# run GUI in 2nd Terminal
cd ~/work/stxm/build/PixelatorGUI
./scripts/PixelatorGUI-nH # -nH for no Hardware uses Ports 56561 and 56562
./scripts/PixelatorGUI-nH # -nH for no Hardware
```
Note that the no-hardware version of PixelatorGUI uses ports 56561 and 56562 by default. To configure the ports (need to match those configured for PixelatorController), edit the `[Resource]` section at the beggining of the `*.ini` files in `build/PixelatorGUI/etc/`.
- compile Orocos modules
```