aboutsummaryrefslogtreecommitdiffstats
path: root/README.bsd
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2010-05-25 22:11:00 +0000
committerGerald Combs <gerald@wireshark.org>2010-05-25 22:11:00 +0000
commit4ebe9a0e2e1eccdde5cd7223ae410b7920cf6148 (patch)
tree26769f81bf431507135ca3f1306924fb9a6b5ca2 /README.bsd
parenta12990e60303edf9dcdbdf49e70b6fe6762b47d5 (diff)
Add a note about running autogen.sh.
svn path=/trunk/; revision=32954
Diffstat (limited to 'README.bsd')
-rw-r--r--README.bsd3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.bsd b/README.bsd
index e12f0e0b74..56a8829dec 100644
--- a/README.bsd
+++ b/README.bsd
@@ -34,8 +34,7 @@ ports or packages system.
2. Compiling Wireshark
-----------------------
To compile Wireshark with the default options, run configure, make and
-make install:
-
+make install (you may have to run "autogen.sh" first):
./configure
make
make install