Skip to content

Commit

Permalink
Merge pull request #704 from SentryPeer/master
Browse files Browse the repository at this point in the history
Add a build example for minimal.c when not using pkg-config, i.e. you…
  • Loading branch information
keent authored Feb 4, 2022
2 parents 8804431 + fd73ece commit 8f4a02f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions examples/minimal/minimal.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@
// start two clients, each will SHOUT 10 messages
//
// gcc `pkg-config --libs --cflags libzyre` minimal.c -o minimal
//
// Or if you've build zyre from source:
//
// gcc -lzyre -lczmq -lzmq minimal.c -o minimal
//
// ./minimal node1
// ./minimal node2

Expand Down

0 comments on commit 8f4a02f

Please sign in to comment.