summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJoe Wilm <joe@jwilm.com>2017-05-03 10:45:06 -0700
committerJoe Wilm <joe@jwilm.com>2017-05-03 10:45:06 -0700
commit6659810a22e62f8b41d7bc35ed07905ccebda68b (patch)
tree09f31afacd4cf33f2586823cacfff56944dea404 /README.md
parentb9c8515f0d0026e67cc010cfa6a948ac7c02235b (diff)
Update build instructions about Homebrew Rust bug
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index c0e90885..5b1cec0d 100644
--- a/README.md
+++ b/README.md
@@ -46,7 +46,8 @@ makepkg -isr
### 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:
@@ -188,6 +189,9 @@ Just Works.
## 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
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.