c3lang / c3c

Compiler for the C3 language
https://c3-lang.org
GNU Lesser General Public License v3.0
2.85k stars 175 forks source link

Any plans to provide prebuilt compiler binary for macOS x64? #1585

Open achou11 opened 3 hours ago

achou11 commented 3 hours ago

I'm working on an Intel-based macOS machine. Took a look at the the installation docs and seems like if I want to use c3c, I'll have to build from source. I'm guessing this was a deliberate choice (which is understandable), but wanted to write up this issue in case others come across the same question.

Wondering if there's any interest in providing a prebuild for those of us still stuck on macOS x64 😄 Thanks!

achou11 commented 3 hours ago

For additional context, I have no problem with building from source, but for programming languages I like to use a proper version manager tool. In my case, I'm using mise and was attempting to install c3 using https://github.com/RobLoach/asdf-c3. While the asdf plugin could be updated to build from source in my specific case, it's definitely more convenient if a prebuilt binary is already provided.