File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -194,17 +194,17 @@ dependencies-mac: ## install dependencies for mac
194194 brew unlink bison flex && brew link --force bison flex
195195
196196dependencies-debian : # # install dependencies for linux
197- apt-get install -y autoconf autoconf-archive automake bison cmake curl flex libtool ninja-build pkg-config tar unzip zip
197+ apt-get install -y autoconf autoconf-archive automake bison cmake curl flex libtool ninja-build pkg-config tar unzip
198198
199199dependencies-fedora : # # install dependencies for linux
200- yum install -y autoconf autoconf-archive automake bison ccache cmake curl flex libtool perl-IPC-Cmd pkg-config tar unzip zip
200+ yum install -y autoconf autoconf-archive automake bison ccache cmake curl flex libtool perl-IPC-Cmd pkg-config tar unzip
201201
202202dependencies-vcpkg : # # install dependencies via vcpkg
203203 cd vcpkg && ./bootstrap-vcpkg.sh && ./vcpkg install
204204
205205dependencies-win : # # install dependencies via windows
206206 choco install cmake --version=3.31.6 --allow-downgrade
207- choco install curl winflexbison ninja unzip zip --no-progress -y
207+ choco install curl winflexbison ninja unzip --no-progress -y
208208
209209# ###########################################################################################
210210# Thanks to Francoise at marmelab.com for this
You can’t perform that action at this time.
0 commit comments