Skip to content

Commit

Permalink
Updated README:
Browse files Browse the repository at this point in the history
  • Loading branch information
aravind-kumar committed Nov 5, 2017
1 parent b3bf29f commit 832256b
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,17 @@ brew install folly

*How to compile

g++ --std=c++14 -lfolly <filename> -o <binName>
g++ --std=c++14 -g -Wall -lfolly <filename> -o <binName>

List of Programs:

* Single Producer-Consumer lockless ringbuffer sending Json Objects;

* Json Objects parsing and usability

* Playing with FBVector

* Playing with FBString

Tada ;)

0 comments on commit 832256b

Please sign in to comment.