aboutsummaryrefslogtreecommitdiffstats
path: root/tools/install_rpms_for_devel.sh
diff options
context:
space:
mode:
authorDario Lombardo <lomato@gmail.com>2016-12-04 23:30:46 +0100
committerDario Lombardo <lomato@gmail.com>2016-12-19 13:13:24 +0000
commit047023d44371c0abcfeea3cee7779363d4e12974 (patch)
tree310d1e970c172c983376541829521933efde71fc /tools/install_rpms_for_devel.sh
parent3a6c5f07176d0c8f5367e092d328eb5f6ebf3b6b (diff)
tools: add rpm-setup.sh.
This script mimics tools/debian-setup.sh for RPM based systems. It installs all the required and optional packages to compile Wireshark. Tested on Centos 7, Fedora 25, openSUSE Leap 42.1. Change-Id: Ifc55f45608e5f5a74188d4fb5612bedb6437fcb1 Reviewed-on: https://code.wireshark.org/review/19088 Reviewed-by: Peter Wu <peter@lekensteyn.nl> Reviewed-by: Dario Lombardo <lomato@gmail.com>
Diffstat (limited to 'tools/install_rpms_for_devel.sh')
-rwxr-xr-xtools/install_rpms_for_devel.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/install_rpms_for_devel.sh b/tools/install_rpms_for_devel.sh
index 4e538803d7..caa3527a44 100755
--- a/tools/install_rpms_for_devel.sh
+++ b/tools/install_rpms_for_devel.sh
@@ -97,3 +97,5 @@ echo
echo "To install optional packages:"
echo
echo $INSTALL_CMD install $PKGS_OPT
+echo
+echo "This tool has been obsoleted by tools/rpm-setup.sh"