Skip to content

Commit

Permalink
Merge pull request #11 from aagbsn/pypcap_readme
Browse files Browse the repository at this point in the history
Add pypcap build instructions for 32 bit ubuntu
  • Loading branch information
hellais committed Nov 29, 2012
2 parents 0a37312 + 459dfeb commit 12469db
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 12469db

Please sign in to comment.