diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2020-05-07 10:17:38 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2020-05-07 10:17:38 +0900 |
| commit | a87f0b158dd10cf4377f3763c82298e530c81dca (patch) | |
| tree | 07ecd8ed93eddb68774ad4733fccf459cfeaae56 /README.md | |
| parent | e82b8b7bf89ae8c69098eaf8bdcae632e7b9c41a (diff) | |
| download | mruby-a87f0b158dd10cf4377f3763c82298e530c81dca.tar.gz mruby-a87f0b158dd10cf4377f3763c82298e530c81dca.zip | |
Update `README.md` to address old `bison` problem on macOS.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -46,6 +46,10 @@ To run the tests, execute the following from the project's root directory. $ rake test +Note: `bison` bundled with MacOS is too old to compile `mruby`. +Try `brew install bison` and follow the instuction shown to update +the `$PATH` to compile `mruby`. + ## Building documentation There are two sets of documentation in mruby: the mruby API (generated by yard) and C API (Doxygen) |
