diff options
author | Guy Harris <guy@alum.mit.edu> | 2000-11-08 21:33:33 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2000-11-08 21:33:33 +0000 |
commit | 5e319709009b8fb39bd48126ee79c9e4b623d831 (patch) | |
tree | 2d75ae950343ee04dfe43782f997b74ca8b7725c /INSTALL | |
parent | d5e479b3de0c8760f420d678860bc7da3bc7f7d9 (diff) | |
download | wireshark-5e319709009b8fb39bd48126ee79c9e4b623d831.tar.gz wireshark-5e319709009b8fb39bd48126ee79c9e4b623d831.tar.bz2 wireshark-5e319709009b8fb39bd48126ee79c9e4b623d831.zip |
Note that the current CVS version of libpcap from tcpdump.org doesn't
have, doesn't require, an "install-incl" Make target.
svn path=/trunk/; revision=2582
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -22,8 +22,10 @@ Installation Checklist http://www.tcpdump.org . - Make sure you install the headers ('make install-incl') when you - install the library. + If you've downloaded the 0.5.2 version, make sure you install + the headers ('make install-incl') when you install the library. + The CVS snapshots will install the headers if you do 'make + install', and have no 'install-incl' target. If you installed libpcap from a binary package, you may have to install a "development" package; for example, there's |