]> pd.if.org Git - btree/commitdiff
incorporate -lrt in linux compilation instructions
authorunknown <karl@E04.petzent.com>
Sat, 22 Feb 2014 01:08:26 +0000 (17:08 -0800)
committerunknown <karl@E04.petzent.com>
Sat, 22 Feb 2014 01:08:26 +0000 (17:08 -0800)
README.md

index 468f6243206a69e7d193ae17128a98e991825589..97d02c4657e8cbd3353a28ed001be8cc1d83c633 100644 (file)
--- 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:
 
 
 Compilation is achieved on linux or Windows by:
 
-gcc -D STANDALONE threads2h.c -lpthread
+gcc -D STANDALONE threads2h.c -lpthread -lrt
 
 or
 
 
 or