This commit is contained in:
Luke Smith 2019-04-23 12:45:03 -04:00
parent 30a6a001fe
commit a36768bfa1
No known key found for this signature in database
GPG Key ID: 4C50B54A911F6252

View File

@ -29,10 +29,13 @@ The following additional bindings were added before I forked this:
## Installation for newbs
```
make
git clone https://github.com/LukeSmithxyz/st
cd st
sudo make install
```
Users of Arch-based distros can also install it from the AUR as [st-luke-git](https://aur.archlinux.org/packages/st-luke-git/).
Obviously, `make` is required to build. `fontconfig` is required for the 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.