X-Git-Url: https://git.xinqibao.xyz/st.git/blobdiff_plain/8c5ba1cfb09edc12d4992df4667c6ea2a476c82f..8306568bd0b9d082c58ad897b4562ffe6822e585:/FAQ?ds=sidebyside diff --git a/FAQ b/FAQ index 447577f..adac39f 100644 --- a/FAQ +++ b/FAQ @@ -92,7 +92,9 @@ Putting these lines into your .zshrc will fix the problems. ## I cannot compile st in OpenBSD -OpenBSD lacks of librt, but it is mandatory in POSIX +OpenBSD lacks of librt, despite it begin mandatory in POSIX . -If you want compile st for OpenBSD you have to remove -lrt from config.mk. +If you want to compile st for OpenBSD you have to remove -lrt from config.mk, and +st will compile without any loss of functionality, because all the functions are +included in libc on this platform.