1
0
Fork 0
mirror of https://github.com/alacritty/alacritty.git synced 2024-11-25 14:05:41 -05:00

Update build instructions about Homebrew Rust bug

This commit is contained in:
Joe Wilm 2017-05-03 10:45:06 -07:00
parent b9c8515f0d
commit 6659810a22

View file

@ -46,7 +46,8 @@ makepkg -isr
### Prerequisites ### Prerequisites
1. Install [`rustup.rs`](https://rustup.rs/) 1. Install [`rustup.rs`](https://rustup.rs/). **DO NOT** use the Homebrew Rust
compiler on macOS (see FAQ for explanation).
2. Clone the source code: 2. Clone the source code:
@ -188,6 +189,9 @@ Just Works.
## FAQ ## FAQ
- _proc-macro derive panicked during macOS build; what's wrong?_ There's an
issue with the Rust compiler from Homebrew. Please follow the instructions
and use `rustup`.
- _Is it really the fastest terminal emulator?_ In the terminals I've - _Is it really the fastest terminal emulator?_ In the terminals I've
benchmarked against, alacritty is either faster, WAY faster, or at least benchmarked against, alacritty is either faster, WAY faster, or at least
neutral. There are no benchmarks in which I've found Alacritty to be slower. neutral. There are no benchmarks in which I've found Alacritty to be slower.