aboutsummaryrefslogtreecommitdiff
path: root/INSTALL.md
diff options
context:
space:
mode:
authorpwrdwnsys <pwrdwnsys@users.noreply.github.com>2019-06-13 16:28:01 +0100
committerChristian Duerr <chrisduerr@users.noreply.github.com>2019-06-13 15:28:01 +0000
commitb1dcd6b25276797ce0a0fea543d596e95bd7460f (patch)
treec56e3cd4e312a9dbe73550e79ca9af91b2c225a8 /INSTALL.md
parent0b88b9fee48b52c475daf2b9436797b3e6572331 (diff)
downloadalacritty-b1dcd6b25276797ce0a0fea543d596e95bd7460f.tar.gz
alacritty-b1dcd6b25276797ce0a0fea543d596e95bd7460f.zip
Add python 3 to OpenBSD dependencies
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md10
1 files changed, 6 insertions, 4 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 4f76650f..a99dbb2e 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -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