From e419539b122715a970fc825d980b6fba5b0ff935 Mon Sep 17 00:00:00 2001 From: Timothy Gu Date: Mon, 6 Apr 2015 18:48:30 -0700 Subject: Update README.md Fixes #18. --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f726ec1..cd6241a 100644 --- a/README.md +++ b/README.md @@ -17,11 +17,19 @@ http://www.opengroup.org/onlinepubs/009695399/functions/dlsym.html http://www.opengroup.org/onlinepubs/009695399/functions/dlclose.html http://www.opengroup.org/onlinepubs/009695399/functions/dlopen.html +Using This Library +------------------ + +This library uses the Process Status API in Windows (`psapi.lib`). If you are +linking to the static `dl.lib` or `libdl.a`, then you would need to explicitly +add `psapi.lib` or `-lpsapi` to your linking command, depending on if MinGW is +used. + Author ------ Written by Ramiro Polla in 2007. -Maintained by Tiancheng "Timothy" Gu from 2013 to 2014. +Maintained by Tiancheng "Timothy" Gu from 2013. License ------- -- cgit v1.2.3-55-g6feb