Skip to content

Commit

Permalink
GCC 13 fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
rerdavies committed Nov 11, 2024
1 parent a8112ab commit df00043
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
1 change: 1 addition & 0 deletions PiPedalCommon/src/include/HtmlHelper.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
#pragma once

#include <string>
#include <cstdint>

namespace pipedal {

Expand Down
17 changes: 8 additions & 9 deletions docs/BuildPrerequisites.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ with


Run the following commands to install dependent libraries required by the PiPedal build.

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 libasound2-dev jackd2 uuid-dev libxrandr-dev
sudo apt install -y authbind
sudo apt install -y libavahi-client-dev
sudo apt install -y libnm-dev libicu-dev
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 libasound2-dev jackd2 uuid-dev libxrandr-dev
sudo apt install -y authbind
sudo apt install -y libavahi-client-dev
sudo apt install -y libnm-dev libicu-dev
sudo apt install -y libsdbus-c++-dev libzip-dev google-perftools libgoogle-perftools-dev


Expand All @@ -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.

cd ~/src/pipedal
git submodule init
git submodule update
git submodule update --init --recursive

Run the following command to install and configure React dependencies.

Expand Down

0 comments on commit df00043

Please sign in to comment.