[tor-commits] [ooni-probe/master] Add pypcap build instructions for 32 bit ubuntu

art at torproject.org art at torproject.org
Fri Nov 30 14:23:32 UTC 2012


commit 459dfeb8633276801d9fac532cf9eb34315950ed
Author: aagbsn <aagbsn at extc.org>
Date:   Wed Nov 28 17:11:00 2012 +0000

    Add pypcap build instructions for 32 bit ubuntu
---
 README.md |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md
index 43bb6b0..be35943 100644
--- a/README.md
+++ b/README.md
@@ -155,6 +155,9 @@ into:
 
 `for sd in ('lib', 'lib64', 'lib/x86_64-linux-gnu', ''):`
 
+On a 32 bit ubuntu 12.10 use the line:
+
+    for sd in ('lib', 'lib64', 'lib/i386-linux-gnu', ''):
 
 ## Including your geo data in the test report
 





More information about the tor-commits mailing list