From 1b7ffea136f55236729258ddbc6841282de91ae9 Mon Sep 17 00:00:00 2001 From: "Matt T. Proud" Date: Tue, 3 Apr 2018 08:52:41 +0200 Subject: alacritty: add support for OpenBSD. This commit expands the conditional compilation directives to support building Alacritty for OpenBSD. The build succeeds, and Alacritty runs without issue once https://github.com/rust-lang/libc/pull/957 has been merged and added to a versioned libc release. This has been tested on the recently-released OpenBSD 6.3 on amd64 with rustc 1.24.0 from its standard ports tree. --- README.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 2d08f8b1..caf9d721 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,8 @@ Alacritty Alacritty is the fastest terminal emulator in existence. Using the GPU for rendering enables optimizations that simply aren't possible in other emulators. -Alacritty currently supports FreeBSD, Linux, and macOS. Windows support is planned -before the 1.0 release. +Alacritty currently supports FreeBSD, Linux, macOS, and OpenBSD. Windows +support is planned before the 1.0 release.

Alacritty running vim inside tmux @@ -158,6 +158,16 @@ missing, please open an issue. pkg install cmake freetype2 fontconfig xclip 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. + +```sh +pkg_add rust +``` + #### Solus On [Solus](https://solus-project.com/), you need a few extra libraries to build -- cgit