Add additional depends packages

This commit is contained in:
2024-04-23 15:03:01 -04:00
parent be53ed782c
commit 82c53029e0

View File

@@ -232,16 +232,20 @@ installDependencies() {
"diffutils" "diffutils"
"python2" "python2"
"python3" "python3"
"python3-setuptools"
"python3-pyelftools"
"perl-base" "perl-base"
"perl-Data-Dumper" "perl-Data-Dumper"
"perl-File-Compare" "perl-File-Compare"
"perl-File-Copy" "perl-File-Copy"
"perl-FindBin" "perl-FindBin"
"perl-IPC-Cmd"
"perl-Thread-Queue" "perl-Thread-Queue"
"perl-Time-Piece" "perl-Time-Piece"
"python3-pyelftools" "perl-JSON-PP"
"swig" "swig"
"clang" # for qosify "clang" # for qosify
"llvm15-libs"
) )
;; ;;
debian|ubuntu) debian|ubuntu)