lc icon indicating copy to clipboard operation
lc copied to clipboard

Apple M1 - preferred version unclear

Open vielmetti opened this issue 3 years ago • 3 comments

README has a warning that master doesn't work, so I downloaded an (x86) release, v1.3.1, to my MacBook Air (M1).

It crashes with a "segmentation fault" right away

> ./lc --help
[1]    75506 segmentation fault  ./lc --help

If you are running this successfully on a M1 Mac I'd love suggestions or help or reports of success/failure.

vielmetti avatar Jul 15 '22 17:07 vielmetti

Ill have to look into this. I am on a M1 Mac now and have not had any issues. Although I have not tried using the older versions.

Perhaps give master a go? It should work.

boyter avatar Jul 16 '22 09:07 boyter

I tried master and it compiled and worked (as far as I could tell as a first-time user) on a small repo. It spun for a very long time on a larger repo which I couldn't tell if there was something broken or I just needed to be patient.

vielmetti avatar Jul 19 '22 23:07 vielmetti

It is indeed very slow by default at the moment. Its something I periodically work on from time to time. I think adding some progress meter would help a lot in that regard though.

boyter avatar Jul 20 '22 00:07 boyter