Skip to content

Commit

Permalink
pkgconfig is also needed
Browse files Browse the repository at this point in the history
  • Loading branch information
nic11 committed Dec 23, 2024
1 parent 935996c commit ee15a71
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions misc/deps_linux/archlinux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ packages+='base-devel '
packages+='cmake '
packages+='clang '
packages+='ninja ' # would likely build with the regular make, but I haven't tried
# gdb is also recommended for debugging but isn't required

# These are needed for
packages+='nodejs ' # 23 as of 20241223
Expand All @@ -54,9 +55,8 @@ packages+='zip '
packages+='unzip '
packages+='tar '
packages+='curl ' # required by vcpkg
# packages+='pkgconf '
packages+='pkgconf ' # required by Catch2 (C++ testing framework)
# packages+='lld '
# gdb is also recommended for debugging but isn't required

echo Will now run the installation command, please check it and confirm
set -x # this will print the list that we're going to install
Expand Down
4 changes: 2 additions & 2 deletions misc/deps_linux/ubuntu-2204.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ packages+='cmake '
packages+='clang-15 '
packages+='clang-format-15 ' # you will need it to pass clang-format check
packages+='ninja-build ' # would likely build with the regular make, but I haven't tried
# gdb is also recommended for debugging but isn't required

# These are needed for
packages+='nodejs '
Expand All @@ -56,9 +57,8 @@ packages+='zip '
packages+='unzip '
packages+='tar '
packages+='curl ' # required by vcpkg
# packages+='pkgconf '
packages+='pkgconf ' # required by Catch2 (C++ testing framework)
# packages+='lld '
# gdb is also recommended for debugging but isn't required

echo Will now run the installation command, please check it and confirm
set -x # this will print the list that we're going to install
Expand Down
4 changes: 2 additions & 2 deletions misc/deps_linux/ubuntu-2404.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ packages+='cmake '
packages+='clang-15 '
packages+='clang-format-15 ' # you will need it to pass clang-format check
packages+='ninja-build ' # would likely build with the regular make, but I haven't tried
# gdb is also recommended for debugging but isn't required

# These are needed for
packages+='nodejs '
Expand All @@ -56,9 +57,8 @@ packages+='zip '
packages+='unzip '
packages+='tar '
packages+='curl ' # required by vcpkg
# packages+='pkgconf '
packages+='pkgconf ' # required by Catch2 (C++ testing framework)
# packages+='lld '
# gdb is also recommended for debugging but isn't required

echo Will now run the installation command, please check it and confirm
set -x # this will print the list that we're going to install
Expand Down

0 comments on commit ee15a71

Please sign in to comment.