diff options
author | Luke Smith <luke@lukesmith.xyz> | 2018-11-24 09:17:12 -0500 |
---|---|---|
committer | Luke Smith <luke@lukesmith.xyz> | 2018-11-24 09:17:12 -0500 |
commit | ec8887f0f21859a8866e701dcf0f54ee41fbe3f1 (patch) | |
tree | 4affd47e92ce435b53715e402316e53dcc056479 /README.md | |
parent | 1210133b4b3a8c3fd335c29409715e61d78c5e9a (diff) |
openbsd compilation note
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -36,6 +36,9 @@ default build, since it asks `fontconfig` for your system monospace font. It might be obvious, but `libX11` and `libXft` are required as well. Chances are, you have all of this installed already. +On OpenBSD, be sure to edit `config.mk` first and remove `-lrt` from the +`$LIBS` before compiling. + ## How to configure dynamically with Xresrouces For many key variables, this build of `st` will look for X settings set in |