From: unknown Date: Sat, 22 Feb 2014 01:08:26 +0000 (-0800) Subject: incorporate -lrt in linux compilation instructions X-Git-Url: https://pd.if.org/git/?p=btree;a=commitdiff_plain;h=fd91fad23459fa9c9f384b88fab0d24be4a9543c incorporate -lrt in linux compilation instructions --- diff --git a/README.md b/README.md index 468f624..97d02c4 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ threads2j.c Multi-Threaded/Multi-Process with latching implemented by a latc Compilation is achieved on linux or Windows by: -gcc -D STANDALONE threads2h.c -lpthread +gcc -D STANDALONE threads2h.c -lpthread -lrt or