Skip to content

Commit

Permalink
adding pkgconf
Browse files Browse the repository at this point in the history
  • Loading branch information
alexddobkin committed Feb 12, 2025
1 parent 98be42c commit 74a0f99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ dependencies-debian: ## install dependencies for linux
apt-get install -y autoconf autoconf-archive automake bison cmake curl flex libtool ninja-build pkg-config tar unzip zip

dependencies-fedora: ## install dependencies for linux
yum install -y build-essential autoconf autoconf-archive automake bison ccache cmake curl flex libtool perl-IPC-Cmd pkg-config tar unzip zip
yum install -y pkgconf autoconf autoconf-archive automake bison ccache cmake curl flex libtool perl-IPC-Cmd pkg-config tar unzip zip

dependencies-vcpkg: ## install dependencies via vcpkg
cd vcpkg && ./bootstrap-vcpkg.sh && ./vcpkg install
Expand Down

0 comments on commit 74a0f99

Please sign in to comment.