Skip to content

Commit ec3fa7c

Browse files
authored
Add GNU diffutils to the list of build prereqs (#2336)
I'm not sure it's required, but it seems wise to match the change in flutter/website#3916.
1 parent 1ab97b0 commit ec3fa7c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@ Install the following tools if you don't have them already.
2828
- **[nvm][]**, the Node Version Manager.
2929
- **[rvm][]**, the Ruby Version Manager.
3030
- **[Dart][]**
31+
- **[GNU diffutils][]** version 3.6 or later.
32+
> NOTE: `diff` v3.6+ is required to ensure that in-page code diffs are
33+
> consistently refreshed across macOS and Linux.
34+
> To upgrade `diffutils` on macOS run:<br>
35+
> `brew install diffutils`
3136
3237
> IMPORTANT: Follow the installation instructions for each of the tools
3338
carefully. In particular, configure your shell/environment so
@@ -249,6 +254,7 @@ See the [Troubleshooting wiki page].
249254
[Firebase]: https://firebase.google.com/
250255
[first-timers SVG]: https://img.shields.io/badge/first--timers--only-friendly-blue.svg?style=flat-square
251256
[first-timers]: https://www.firsttimersonly.com/
257+
[GNU diffutils]: https://www.gnu.org/software/diffutils
252258
[Jekyll]: https://jekyllrb.com/
253259
[nvm]: https://github.com/creationix/nvm#installation
254260
[Repo on Travis]: https://travis-ci.org/dart-lang/site-www

0 commit comments

Comments
 (0)