Fixed configure script and removed aptfile duplicity. (#946)

This commit is contained in:
Steve Karg
2025-03-21 17:40:44 -05:00
committed by GitHub
parent 8028d7b79a
commit d094278116
8 changed files with 7 additions and 657 deletions
Vendored
+7 -8
View File
@@ -11,17 +11,15 @@ sudo apt-get install -qq libconfig-dev
sudo apt-get install -qq liblwip-dev
sudo apt-get install -qq mingw-w64
# install git and useful tools packages
# install git
sudo apt-get install -qq git
sudo apt-get install -qq gitk
sudo apt-get install -qq gitg
# install source code format packages
sudo apt-get install -qq tofrodos
sudo apt-get install -qq clang-format
sudo apt-get install -qq sloccount
sudo apt-get install -qq complexity
sudo apt-get install -qq pmccabe
sudo apt-get install -qq clang-tools
sudo apt-get install -qq clang-tidy
sudo apt-get install -qq pre-commit
# install ARM compiler and debugging tools
sudo apt-get install -qq gcc-arm-none-eabi
@@ -41,9 +39,10 @@ sudo apt-get install -qq avrdude-doc
sudo apt-get install -qq flawfinder
sudo apt-get install -qq cppcheck
sudo apt-get install -qq splint
sudo apt-get install -qq clang-tools
sudo apt-get install -qq clang-tidy
sudo apt-get install -qq codespell
sudo apt-get install -qq sloccount
sudo apt-get install -qq complexity
sudo apt-get install -qq pmccabe
# install BACnet Secure Connect (BACnet/SC) dependencies
sudo apt-get install -qq libconfig-dev