diff options
author | Kartik Agaram <vc@akkartik.com> | 2022-02-24 21:10:24 -0800 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2022-02-24 21:10:24 -0800 |
commit | cab68a5cfce9857b650adc03364423204e27827b (patch) | |
tree | 6dd3912b1faa0d427c8b76c2590df2a271afc635 /README.md | |
parent | dbe169fc5d4b7fb979a3ac2726d5ee254a1bb71a (diff) | |
download | mu-cab68a5cfce9857b650adc03364423204e27827b.tar.gz |
klunky attempt to support BSD stat
Many thanks again, Wade.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md index f4525f74..2ee0c8c1 100644 --- a/README.md +++ b/README.md @@ -103,6 +103,9 @@ For Macs and other Unix-like systems, use the (much slower) emulator: ./translate_emulated apps/ex2.mu # 2-5 minutes to emit code.img ``` +(Mac OS may require either editing `translate_emulated` or installing GNU +coreutils. Look in the script if you get an error about `stat`.) + Mu programs can be written for two very different environments: * At the top-level, Mu programs emit a bootable image that runs without an OS |