aboutsummaryrefslogtreecommitdiffstats
path: root/README.bsd
diff options
context:
space:
mode:
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2010-05-25 22:11:00 +0000
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2010-05-25 22:11:00 +0000
commit2d5f66f8af335fdc3607a18038029b1394864cd1 (patch)
tree26769f81bf431507135ca3f1306924fb9a6b5ca2 /README.bsd
parent7c600cbc069b84d4c3008df81f85eac31d6aad71 (diff)
Add a note about running autogen.sh.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32954 f5534014-38df-0310-8fa8-9805f1628bb7
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