GassaFM / interpr

Toy language to learn parallel computing
MIT License
5 stars 4 forks source link

The installation instruction for macOS is invalid for M1-based devices #37

Closed ghost closed 1 year ago

ghost commented 2 years ago

Homebrew's dmd package requires x86_64 architecture, while M1 is ARM. Solution: instead of Homebrew's dmd, interpr should be compiled with this.

landgrafhomyak commented 2 years ago

+1