Add python 3 to OpenBSD dependencies

This commit is contained in:
pwrdwnsys 2019-06-13 16:28:01 +01:00 committed by Christian Duerr
parent 0b88b9fee4
commit b1dcd6b252
1 changed files with 6 additions and 4 deletions

View File

@ -141,14 +141,16 @@ pkg install cmake freetype2 fontconfig pkgconf
#### OpenBSD
Alacritty builds on OpenBSD 6.3 almost out-of-the-box if Rust and
[Xenocara](https://xenocara.org) are installed. If something is still found to
be missing, please open an issue.
On OpenBSD 6.5, you need [Xenocara](https://xenocara.org) and Rust to build
Alacritty, plus Python 3 to build its XCB dependency. If something is still
found to be missing, please open an issue.
```sh
pkg_add rust
pkg_add rust python
```
Select the package for Python 3 (e.g. `python-3.6.8p0`) when prompted.
#### Solus
On [Solus](https://solus-project.com/), you need a few extra libraries to build