From 251cb480ccf31882f2c8fd878418e86555c4f878 Mon Sep 17 00:00:00 2001 From: poikilos <7557867+poikilos@users.noreply.github.com> Date: Thu, 22 Feb 2018 15:29:32 -0500 Subject: [PATCH] added debian package naming --- README.md | 2 +- etc/minetestserver-install-git-all-backends.sh | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 497fd27..fba5d0a 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ ENLIVEN is a subgame for minetest with the goals of providing immersion and less ### Planned Features * maintain a table of short descriptions of mods * see also EnlivenMinetest/etc/game-install-enliven-testing.sh -* slimenodes fork: make glue replaceable with animal hide +* slimenodes fork: make glue replaceable with animal hide; disable jump or reduce bouncy value, otherwise bouncing gets higher indefinitely * https://github.com/minetest-mods/tutor * https://github.com/minetest-mods/chat_anticurse * https://github.com/minetest-mods/cozy (sitting and laying down player animations)--compare with emote https://github.com/minetest-mods/emote.git diff --git a/etc/minetestserver-install-git-all-backends.sh b/etc/minetestserver-install-git-all-backends.sh index 9a53034..bc175dd 100644 --- a/etc/minetestserver-install-git-all-backends.sh +++ b/etc/minetestserver-install-git-all-backends.sh @@ -23,7 +23,11 @@ if [ -f "`command -v apt`" ]; then sudo apt -y install libncurses5-dev libgettextpo-dev doxygen libspatialindex-dev libpq-dev postgresql-server-dev-all # added libpq-dev postgresql-server-dev-all (or specific version) are BOTH needed for PostgreSQL development as per https://stackoverflow.com/questions/13920383/findpostgresql-cmake-wont-work-on-ubuntu # if you skip the above, the below says missing: GetText, Curses, ncurses, Redis, SpatialIndex, Doxygen - sudo apt -y install -y git build-essential libirrlicht-dev libgettextpo0 libfreetype6-dev cmake libbz2-dev libpng12-dev libjpeg8-dev libxxf86vm-dev libgl1-mesa-dev libsqlite3-dev libogg-dev libvorbis-dev libopenal-dev libcurl4-openssl-dev libluajit-5.1-dev liblua5.1-0-dev libleveldb-dev + sudo apt -y install git build-essential libirrlicht-dev libgettextpo0 libfreetype6-dev cmake libbz2-dev libxxf86vm-dev libgl1-mesa-dev libsqlite3-dev libogg-dev libvorbis-dev libopenal-dev libcurl4-openssl-dev libluajit-5.1-dev liblua5.1-0-dev libleveldb-dev + # Ubuntu Xenial: + sudo apt -y install libpng12-dev libjpeg8-dev + # Debian: + sudo apt -y install libpng-dev libjpeg-dev elif [ -f "`command -v pacman`" ]; then sudo pacman -R --noconfirm minetest-server sudo pacman -R --noconfirm minetest