-
-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Install script/package for MacOS - Help wanted #67
Comments
I have a mac. I just ran the build for docker and that completed, but it build a linux exec. I am not sure what to do next. |
Same issue here. Building on Intel MacOS.
|
The docker image won't work for MacOS. There is a macos-compile.sh script now that will compile the app. This requires that you have Rust and Brew installed. The script should work for both x86_64 and AArch64. |
I've added some more instructions for mac users here: #95 |
Thanks! |
The cli version should work on both M1 and Intel macs without any issues if compiled locally. The GUI version should work on Intel Macs if all GTK dependencies are installed. As far as I know, GTK for Arm on Mac is not a thing yet.
Related issues:
#64
The text was updated successfully, but these errors were encountered: