From da90281f26e98ad88501ee5be7bd464682622dd9 Mon Sep 17 00:00:00 2001 From: watts Date: Wed, 27 Aug 2025 16:31:46 +0200 Subject: [PATCH] Update Update-Pixelator-Version --- Update-Pixelator-Version.-.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/Update-Pixelator-Version.-.md b/Update-Pixelator-Version.-.md index d91f70d..7ca9f1e 100644 --- a/Update-Pixelator-Version.-.md +++ b/Update-Pixelator-Version.-.md @@ -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/