diff options
author | johalun <johalun0@gmail.com> | 2017-01-12 13:16:09 -0800 |
---|---|---|
committer | Joe Wilm <jwilm@users.noreply.github.com> | 2017-01-18 22:28:16 -0800 |
commit | 398e31fa3789f0574a6ff679742dfb7639984e12 (patch) | |
tree | 534eac678766a748c6b3543da8ba448c3018ea24 /README.md | |
parent | a2cd4b647c1058c3012348774481ade30dddd601 (diff) | |
download | alacritty-398e31fa3789f0574a6ff679742dfb7639984e12.tar.gz alacritty-398e31fa3789f0574a6ff679742dfb7639984e12.zip |
Make it run on FreeBSD
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 14 |
1 files changed, 12 insertions, 2 deletions
@@ -50,9 +50,9 @@ will walk you through how to build from source on both macOS and Ubuntu. ```sh rustup override set nightly ``` - + If you run into problems, you can try a known-good version of the compiler by running - + ```sh rustup override set $(<rustc-version) ``` @@ -107,6 +107,16 @@ On [Void Linux](https://voidlinux.eu), install following packages before compili xbps-install cmake freetype-devel freetype expat-devel fontconfig xclip ``` +##### FreeBSD + +On FreeBSD, you need a few extra libraries to build Alacritty. Here's a `pkg` +command that should install all of them. If something is still found to be +missing, please open an issue. + +```sh +pkg install cmake freetype2 fontconfig xclip +``` + ##### Other If you build Alacritty on another Linux distribution, we would love some help |