aboutsummaryrefslogtreecommitdiff
path: root/FAQ
diff options
context:
space:
mode:
authorRoberto E. Vargas Caballero <k0ga@shike2.com>2014-07-20 10:31:16 +0200
committerRoberto E. Vargas Caballero <k0ga@shike2.com>2014-07-25 17:09:27 +0200
commit8306568bd0b9d082c58ad897b4562ffe6822e585 (patch)
tree2781bad57b20a44dbf7717d2f8eaf3eb044e6fed /FAQ
parent844cd7ce17aaad93cfc2ffba6b7511bac855786c (diff)
downloadst-patched-8306568bd0b9d082c58ad897b4562ffe6822e585.tar.bz2
st-patched-8306568bd0b9d082c58ad897b4562ffe6822e585.tar.xz
st-patched-8306568bd0b9d082c58ad897b4562ffe6822e585.zip
Add information about librt and OpenBSD to the FAQ
Diffstat (limited to 'FAQ')
-rw-r--r--FAQ6
1 files changed, 3 insertions, 3 deletions
diff --git a/FAQ b/FAQ
index f8a2ec2..adac39f 100644
--- a/FAQ
+++ b/FAQ
@@ -92,9 +92,9 @@ Putting these lines into your .zshrc will fix the problems.
92 92
93## I cannot compile st in OpenBSD 93## I cannot compile st in OpenBSD
94 94
95OpenBSD lacks of librt, but it is mandatory in POSIX 95OpenBSD lacks of librt, despite it begin mandatory in POSIX
96<http://pubs.opengroup.org/onlinepubs/9699919799/utilities/c99.html#tag_20_11_13>. 96<http://pubs.opengroup.org/onlinepubs/9699919799/utilities/c99.html#tag_20_11_13>.
97If you want compile st for OpenBSD you have to remove -lrt from config.mk, and 97If you want to compile st for OpenBSD you have to remove -lrt from config.mk, and
98st will compile without any loss of functionality because all the functions are 98st will compile without any loss of functionality, because all the functions are
99included in libc on this platform. 99included in libc on this platform.
100 100