Add a note about running autogen.sh.

svn path=/trunk/; revision=32954
This commit is contained in:
Gerald Combs 2010-05-25 22:11:00 +00:00
parent a12990e603
commit 4ebe9a0e2e
1 changed files with 1 additions and 2 deletions

View File

@ -34,8 +34,7 @@ ports or packages system.
2. Compiling Wireshark 2. Compiling Wireshark
----------------------- -----------------------
To compile Wireshark with the default options, run configure, make and To compile Wireshark with the default options, run configure, make and
make install: make install (you may have to run "autogen.sh" first):
./configure ./configure
make make
make install make install