Skip to content
This repository has been archived by the owner on Dec 20, 2024. It is now read-only.

Commit

Permalink
mention dependency to libzmq
Browse files Browse the repository at this point in the history
  • Loading branch information
satta committed Mar 17, 2021
1 parent b1e74ff commit 0fc2893
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ It can be used to regularly query the TIE API and publishes new IOCs to
ThreatBus. This is necessary since TIE does not have a push hook to use
for that purpose.

## Dependencies

We need libzmq for ZeroMQ communication to Threat Bus.

```
$ sudo apt install libzmq3-dev
```

## Building

```
Expand Down

0 comments on commit 0fc2893

Please sign in to comment.