aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md10
1 files changed, 9 insertions, 1 deletions
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
17http://www.opengroup.org/onlinepubs/009695399/functions/dlclose.html 17http://www.opengroup.org/onlinepubs/009695399/functions/dlclose.html
18http://www.opengroup.org/onlinepubs/009695399/functions/dlopen.html 18http://www.opengroup.org/onlinepubs/009695399/functions/dlopen.html
19 19
20Using This Library
21------------------
22
23This library uses the Process Status API in Windows (`psapi.lib`). If you are
24linking to the static `dl.lib` or `libdl.a`, then you would need to explicitly
25add `psapi.lib` or `-lpsapi` to your linking command, depending on if MinGW is
26used.
27
20Author 28Author
21------ 29------
22 30
23Written by Ramiro Polla in 2007. 31Written by Ramiro Polla in 2007.
24Maintained by Tiancheng "Timothy" Gu from 2013 to 2014. 32Maintained by Tiancheng "Timothy" Gu from 2013.
25 33
26License 34License
27------- 35-------