library-loader icon indicating copy to clipboard operation
library-loader copied to clipboard

Install script/package for MacOS - Help wanted

Open olback opened this issue 2 years ago • 6 comments

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 avatar Nov 03 '21 00:11 olback

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.

hemna avatar Dec 12 '21 23:12 hemna

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

kms1212 avatar Jan 05 '22 14:01 kms1212

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

cvpeck avatar Jan 16 '22 11:01 cvpeck

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.

olback avatar Feb 18 '22 19:02 olback

I've added some more instructions for mac users here: https://github.com/olback/library-loader/pull/95

cgreening avatar Oct 14 '23 13:10 cgreening

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

Thanks!

olback avatar Oct 18 '23 19:10 olback