mirror of
https://github.com/alacritty/alacritty.git
synced 2024-11-18 13:55:23 -05:00
Add Solus instructions
This commit is contained in:
parent
63787d0bf0
commit
5a220b73db
1 changed files with 10 additions and 0 deletions
10
README.md
10
README.md
|
@ -138,6 +138,16 @@ missing, please open an issue.
|
||||||
pkg install cmake freetype2 fontconfig xclip pkgconf
|
pkg install cmake freetype2 fontconfig xclip pkgconf
|
||||||
```
|
```
|
||||||
|
|
||||||
|
#### Solus
|
||||||
|
|
||||||
|
On [Solus](https://solus-project.com/), you need a few extra libraries to build Alacritty. Here's a
|
||||||
|
`eopkg` command that should install all of them. If something is still found
|
||||||
|
to be missing, please open an issue.
|
||||||
|
|
||||||
|
```sh
|
||||||
|
sudo eopkg install freetype2-devel fontconfig-devel
|
||||||
|
```
|
||||||
|
|
||||||
#### Other
|
#### Other
|
||||||
|
|
||||||
If you build Alacritty on another distribution, we would love some help
|
If you build Alacritty on another distribution, we would love some help
|
||||||
|
|
Loading…
Reference in a new issue