Private
Public Access
11
1

Update Update-Pixelator-Version

2025-08-27 16:31:46 +02:00
parent 78ade555f0
commit da90281f26

@@ -70,7 +70,7 @@ git checkout branch-name
# Compiling
The dependencies should already be installed (but it is possible for new ones to be added). To compile Pixelator
To compile Pixelator:
```
cd ~/work/stxm-new-version
autoreconf -i
@@ -78,9 +78,14 @@ mkdir build
cd build
../configure
make
cd PixelatorController/config/
make #for config files used for the NoHardware version
cd ../../PixelatorGUI/config/
make
```
The dependencies should already be installed (but it is possible for new ones to be added). If you get errors asking for certain dependencies to be installed, check the installation instructions to see if the dependency is mentioned there. If in doubt, ask one of the PolLux staff for help.
Most of the time, there are no significant changes to the Orocos code and so there is no need to compile this part again. However, if you do wish to compile the Orocos code:
Most of the time, there are no significant changes to the Orocos modules and so there is no need to compile this part again. However, if you do wish to compile the Orocos modules:
```
. ~/orocos/setup.sh
cd ~/work/stxm/PixelatorRealtime/