I'm trying to create a build which doesn't require the installation of Rosetta2 on an Apple silicon mac. As time goes on, more & more people will look for a native or universal build of rsc
Not being familiar with go, it took me a minute to know to put ~/go/bin in my PATH, so that api15gen and others could be found, and there were a slew of other errors along the way.. but, I got it done.
It would be nice if there were darwin/arm64 builds available as well as darwin/amd64, or even a build which is both lipo'ed together.
I'm trying to create a build which doesn't require the installation of Rosetta2 on an Apple silicon mac. As time goes on, more & more people will look for a native or universal build of
rscNot being familiar with go, it took me a minute to know to put
~/go/binin myPATH, so thatapi15genand others could be found, and there were a slew of other errors along the way.. but, I got it done.It would be nice if there were darwin/arm64 builds available as well as darwin/amd64, or even a build which is both
lipo'ed together.