GCC 13 fixes.

This commit is contained in:
Robin Davies
2024-11-11 12:37:55 -05:00
parent a8112ab658
commit df0004310d
2 changed files with 9 additions and 9 deletions
+1
View File
@@ -20,6 +20,7 @@
#pragma once #pragma once
#include <string> #include <string>
#include <cstdint>
namespace pipedal { namespace pipedal {
+8 -9
View File
@@ -20,13 +20,13 @@ with
Run the following commands to install dependent libraries required by the PiPedal build. Run the following commands to install dependent libraries required by the PiPedal build.
sudo apt update sudo apt update
sudo apt install -y liblilv-dev libboost-dev jackd2 libjack-jackd2-dev libnl-3-dev libnl-genl-3-dev libsystemd-dev catch sudo apt install -y liblilv-dev libboost-dev jackd2 libjack-jackd2-dev libnl-3-dev libnl-genl-3-dev libsystemd-dev catch
sudo apt install -y libasound2-dev jackd2 uuid-dev libxrandr-dev sudo apt install -y libasound2-dev jackd2 uuid-dev libxrandr-dev
sudo apt install -y authbind sudo apt install -y authbind
sudo apt install -y libavahi-client-dev sudo apt install -y libavahi-client-dev
sudo apt install -y libnm-dev libicu-dev sudo apt install -y libnm-dev libicu-dev
sudo apt install -y libsdbus-c++-dev libzip-dev google-perftools libgoogle-perftools-dev sudo apt install -y libsdbus-c++-dev libzip-dev google-perftools libgoogle-perftools-dev
@@ -46,8 +46,7 @@ In the project root, run the following commands to initialze and update pipedal
must be performed even if you used Visual Studio Code to initially install the project. must be performed even if you used Visual Studio Code to initially install the project.
cd ~/src/pipedal cd ~/src/pipedal
git submodule init git submodule update --init --recursive
git submodule update
Run the following command to install and configure React dependencies. Run the following command to install and configure React dependencies.