Skip to content
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

Open
olback opened this issue Nov 3, 2021 · 6 comments
Open

Install script/package for MacOS - Help wanted #67

olback opened this issue Nov 3, 2021 · 6 comments
Labels
help wanted Extra attention is needed

Comments

@olback
Copy link
Owner

olback commented Nov 3, 2021

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

@olback olback added the help wanted Extra attention is needed label Nov 3, 2021
@olback olback pinned this issue Nov 9, 2021
@hemna
Copy link

hemna commented Dec 12, 2021

I have a mac. I just ran the build for docker and that completed, but it build a linux exec.
Do you have a docker image to build for macos?

I am not sure what to do next.

@kms1212
Copy link
Contributor

kms1212 commented Jan 5, 2022

I'm using MacBook Pro 14".

The GTK3 for Apple Silicon exists. I locally compiled this repository and the executable has been worked wonderfully with some additional packages:

brew install gtk+3 atk gdk-pixbuf pango

This is the result.
image

@cvpeck
Copy link

cvpeck commented Jan 16, 2022

I have a mac. I just ran the build for docker and that completed, but it build a linux exec. Do you have a docker image to build for macos?

I am not sure what to do next.

Same issue here. Building on Intel MacOS.

docker run --volume=$(pwd):/home/circleci/project olback/rust-gtk-linux cargo build --release
Build completes then docker terminates

@olback
Copy link
Owner Author

olback commented Feb 18, 2022

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.

@cgreening
Copy link
Contributor

I've added some more instructions for mac users here: #95

@olback
Copy link
Owner Author

olback commented Oct 18, 2023

I've added some more instructions for mac users here: #95

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

5 participants