From 03c29f1c2c87fa9d38e5d95be35a158b682d150e Mon Sep 17 00:00:00 2001
From: Coenraad Loubser
Date: Sat, 3 Mar 2018 23:55:18 +0200
Subject: [PATCH] Added docker build example
---
faq/index.html | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/faq/index.html b/faq/index.html
index 963d33b4..693fb435 100644
--- a/faq/index.html
+++ b/faq/index.html
@@ -18,6 +18,7 @@ Frequently Asked Questions
config.h can't be found
Can't find symbols when building your application
Sniffing packets fails
+ I am having trouble building a utility that uses libtins
@@ -98,4 +99,10 @@ Sniffing packets fails
running to be able to capture packets. Note that this is different from the
WinPCAP libraries/include files that you would need in order to build
libtins.
-
\ No newline at end of file
+
+
+I am having trouble building a utility that uses libtins
+
+If you get random dependency errors when building something that uses libtins, consider building with
+ a known good environment inside docker, like pping does here.
+