You run perl, not make, on Makefile.PL files.

svn path=/trunk/; revision=19851
This commit is contained in:
Guy Harris 2006-11-07 08:19:57 +00:00
parent c16b5e2647
commit 5ea6272700
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ which is basically every time you do an svn up in the Wireshark toplevel dir.
In order to build, install yapp (on Suse, the rpm is named perl-Parse-Yapp),
then do
make Makefile.PL && make && && make install
perl Makefile.PL && make && && make install
This will build and install the binaries and the manpage (pidl.1).