From Fabio Tarabelloni via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8387
[metze/wireshark/wip.git] / debian-setup.sh
1 #!/bin/sh
2 # Setup development environment on Debian and derivatives such as Ubuntu
3 #
4 # $Id$
5 #
6
7 #
8 # Install the packages required for Wireshark development.
9 # (This includes GUI packages; making that optional, with a command-line
10 # flag, is left as an exercise to the reader.)
11 #
12 # We drag in tools that might not be needed by all users; it's easier
13 # that way.
14 #
15 apt-get install libgtk2.0-dev libpcap0.8-dev bison flex make automake \
16         libtool python perl
17
18 #
19 # Now arrange for optional support libraries - or just pull them all in?
20 #