Browse Source

NOTE doesn't announce if had no CURL dev package at build time

master
poikilos 5 years ago
committed by Jacob Gustafson
parent
commit
2b46ce04a6
  1. 2
      install-minetest-build-deps.sh

2
install-minetest-build-deps.sh

@ -69,6 +69,8 @@ sudo $this_apt -y install \
libxml-parser-perl \
xserver-xorg-dev
#libcurl4-openssl-dev: for announce to work
if [ "$enable_redis" = "true" ]; then
sudo $this_apt -y install libhiredis-dev

Loading…
Cancel
Save