Pre-built binaries for different OSes #97
-
I have noticed that you offer pre-built binaries. And as a matter of fact, I did download the macOS binary and it works beautifully on my Big Sur MacBook Pro. How do you do it? I've noticed that you have no relevant workflow (@ GitHub Actions), so I guess you're doing it manually? Is it generally reliable? I'm asking since I've been experimenting a bit with the idea (I mean: serving binaries, instead of asking users to install anything or re-compile everything), but not 100% sure it would work all the time... Here's a related question I posted earlier today in the Nim forum: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Well, the answer is here. Basically, yes, on my Macbook Air I have two cross compilers installed and configured, one for linux and one for windows, and the the of course I compile the macOS one natively. Yes I should run this on a Github workflow but never got around to it. There are macOS runners available so technically it should be possible... although setting up two cross-compiler toolchains can be quite time-consuming. |
Beta Was this translation helpful? Give feedback.
Well, the answer is here.
Basically, yes, on my Macbook Air I have two cross compilers installed and configured, one for linux and one for windows, and the the of course I compile the macOS one natively.
Yes I should run this on a Github workflow but never got around to it. There are macOS runners available so technically it should be possible... although setting up two cross-compiler toolchains can be quite time-consuming.