aboutsummaryrefslogtreecommitdiffstats
path: root/debian-setup.sh
blob: b43f8810f3a853c84e84ee24cf9dc14afdca786d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/bin/sh
# Setup development environment on Debian and derivatives such as Ubuntu
#
# $Id$
#

#
# Install the packages required for Wireshark development.
# (This includes GUI packages; making that optional, with a command-line
# flag, is left as an exercise to the reader.)
#
# We drag in tools that might not be needed by all users; it's easier
# that way.
#
apt-get install libgtk2.0-dev libpcap0.8-dev bison flex make automake \
	libtool python perl

#
# Now arrange for optional support libraries - or just pull them all in?
#