aboutsummaryrefslogtreecommitdiffstats
path: root/tools/install_rpms_for_devel.sh
AgeCommit message (Collapse)AuthorFilesLines
2016-02-23When installing RPMs for development, use dnf if the OS has it.Jeff Morriss1-2/+7
Also install the Qt5-devel packages (in addition to plain old "Qt"). Change-Id: I86f6a779dc9d0b359c69f0627106d1cce3120f83 Reviewed-on: https://code.wireshark.org/review/13916 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Reviewed-by: Jeff Morriss <jeff.morriss.ws@gmail.com>
2015-08-17Install GTK3 too.Jeff Morriss1-3/+3
It was in the list of packages but not in the final command line. Change-Id: I361e660cc4ac91121314a3f8a7388b48fb2c61b7 Reviewed-on: https://code.wireshark.org/review/10081 Reviewed-by: Jeff Morriss <jeff.morriss.ws@gmail.com>
2014-02-25Install git-review too.Jeff Morriss1-1/+1
Change-Id: I65c98fe8e120ac3b416ca6749eb2b44c47664fb5 Reviewed-on: https://code.wireshark.org/review/386 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
2014-02-25Install git instead of subversion.Jeff Morriss1-1/+1
Change-Id: I5da2c129fa120e461d4bb3199c1ec0e0b52c28a4 Reviewed-on: https://code.wireshark.org/review/337 Reviewed-by: Evan Huus <eapache@gmail.com> Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Reviewed-by: Jeff Morriss <jeff.morriss.ws@gmail.com>
2014-02-14Remove $Id$ and other Subversion leftovers from the tools.Jeff Morriss1-2/+0
There are a few things in here which could still use attention. Don't regenerate anything now. Change-Id: I283c224d3523212144707fca3d6265916cb11792 Reviewed-on: https://code.wireshark.org/review/205 Reviewed-by: Jeff Morriss <jeff.morriss.ws@gmail.com>
2013-10-11Don't assume people have subversion--I just copied my home directory to a newJeff Morriss1-2/+2
machine and it would have been nice if this script and installed subversion for me. Install perl-podlators too (for pod2man). Need to check if that's the package name to use on SuSE too... svn path=/trunk/; revision=52526
2013-05-30Install fop and asciidoc tooJeff Morriss1-1/+1
svn path=/trunk/; revision=49639
2013-03-28Add a little shell script to install all the RPMs necesary to do WiresharkJeff Morriss1-0/+67
development. Both the development and runtime packages are installed although the latter aren't strictly necessary. Ideally this could automatically pull the packages out of packaging/rpm/SPECS/wireshark.spec.in but given the variance in package names between distributions, this seems painful... Tested on Fedora/Redhat and openSUSE. svn path=/trunk/; revision=48624