From aca8566756bcd793690bae116f169a03db8a1f6e Mon Sep 17 00:00:00 2001 From: raabe Date: Wed, 9 Aug 2023 23:00:35 +0200 Subject: [PATCH] Update Setup Computer Debian 12 --- Setup-Computer-Debian-12.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Setup-Computer-Debian-12.md b/Setup-Computer-Debian-12.md index 82394ae..48e97bb 100644 --- a/Setup-Computer-Debian-12.md +++ b/Setup-Computer-Debian-12.md @@ -32,7 +32,13 @@ cd ~/Basesystem git clone --recursive https://github.com/orocos-toolchain/orocos_toolchain.git cd orocos_toolchain +export CXXFLAGS="-std=c++14" ./configure --prefix=/home/control/orocos +## joe ~/Basesystem/orocos_toolchain/log4cpp/include/log4cpp/LayoutAppender.hh +## and add #include +make +make install + ``` - get the software from the repository, including the System Installation files: