Minimum macOS version (binary release vs. source code) #1427
elder-n00b
started this conversation in
General
Replies: 1 comment
-
Thanks, I've gone ahead and updated the readme. And good to hear you're liking lazygit! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
For information: the readme says "For Windows, Mac OS(10.10+) or Linux, you can download a binary release here" but current release 0.28.2 fails on macOS 10.11.6 with
dyld: Symbol not found: _clock_gettime
which indicates 10.12+ .Compiling from source with go 1.15 does work though. IIRC go1.15.5 is the last one to support macOS before 10.12 .
And by the way... lazygit is very nice!
Beta Was this translation helpful? Give feedback.
All reactions