Closed abelsiqueira closed 2 years ago
Also update the developer documentation.
Alternatively, maybe we can just add a note to the README.dev.md, something along th elines of
# install cppcheck, clang-tidy, clang-format from your package manager
sudo apt install cppcheck clang-format clang-tidy
# install python3 and pip
sudo apt install python3 python3-pip
# install flawfinder, cmake-format, cmake-lint from PyPI using pip
python3 -m pip install flawfinder cmake-format cmake-lint
Alternatively, maybe we can just add a note to the README.dev.md, something along th elines of
# install cppcheck, clang-tidy, clang-format from your package manager sudo apt install cppcheck clang-format clang-tidy # install python3 and pip sudo apt install python3 python3-pip # install flawfinder, cmake-format, cmake-lint from PyPI using pip python3 -m pip install flawfinder cmake-format cmake-lint
I think this will be cleaner so yes!
fixed by #105