diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 16 |
1 files changed, 14 insertions, 2 deletions
@@ -26,7 +26,7 @@ binaries will be provided for supported operating systems. ## Blog Posts -There is a forthcoming announcement post the week of Jan 2, 2017. +- [Announcing Alacritty, a GPU-Accelerated Terminal Emulator](http://blog.jwilm.io/announcing-alacritty/) January 6, 2017 ## Installation @@ -84,6 +84,16 @@ missing, please open an issue. dnf install freetype-devel fontconfig-devel xclip ``` +##### openSUSE + +On openSUSE, you need a few extra libraries to build Alacritty. Here's +a `zypper` command that should install all of them. If something is +still found to be missing, please open an issue. + +```sh +zypper install freetype-devel fontconfig-devel xclip +``` + ##### Other If you build Alacritty on another Linux distribution, we would love some help @@ -149,7 +159,9 @@ Just Works. disappears. Actual throughput and rendering performance are still better in Alacritty. - _Is wayland supported?_ Not yet. Alacritty is currently on a fork of glutin - that needs some updates to work with Wayland. + that needs some updates to work with Wayland. To stop glutin from detecting + Wayland (e.g. for use on XWayland) launch Alacritty like this: + `env WAYLAND_DISPLAY= alacritty` - _When will Windows support be available?_ When someone has time to work on it. Contributors would be welcomed :). - _My arrow keys don't work_ It sounds like you deleted some key bindings from |