]> git.ipfire.org Git - thirdparty/vectorscan.git/commitdiff
adding libpcap to the bsd packages to install for building/running
authorG.E. <gregory.economou@vectorcamp.gr>
Thu, 11 Apr 2024 12:06:18 +0000 (15:06 +0300)
committerG.E. <gregory.economou@vectorcamp.gr>
Thu, 11 Apr 2024 12:06:18 +0000 (15:06 +0300)
README.md

index e69657108ff0157eaded71a3cee6c97ec7845c56..2f5da86eb9913fcb631aa9ff2f4869918fc27b19 100644 (file)
--- a/README.md
+++ b/README.md
@@ -116,6 +116,8 @@ Assuming an existing HomeBrew installation:
 ### *BSD
 In NetBSD you will almost certainly need to have a newer compiler installed. 
 Also you will need to install cmake, sqlite, boost and ragel. 
+Also, libpcap is necessary for some of the benchmarks, so let's install that 
+as well.
 When using pkgsrc, you would typically do this using something
 similar to
 ```
@@ -124,6 +126,7 @@ pkg_add boost-headers-1.83.0.tgz  boost-jam-1.83.0.tgz      boost-libs-1.83.0nb1
 pkg_add ragel-6.10.tgz
 pkg_add cmake-3.28.1.tgz
 pkg_add sqlite3-3.44.2.tgz
+pkg_add libpcap-1.10.4.tgz
 ```
 Version numbers etc will of course vary. One would either download the
 binary packages or build them using pkgsrc. There exist some NetBSD pkg 
@@ -152,6 +155,7 @@ pkg install boost-all
 pkg install ragel
 pkg install cmake
 pkg install sqlite
+pkg install libpcap
 ```
 and then before beginning the cmake and build process, set
 the environment variables to point to this compiler: