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

Mac builds? #198

Open
mishushakov opened this issue Jan 8, 2024 · 2 comments
Open

Mac builds? #198

mishushakov opened this issue Jan 8, 2024 · 2 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@mishushakov
Copy link

Do you plan releasing pre-built binaries for (Apple Silicon) Macs?

@ktock
Copy link
Owner

ktock commented Jan 8, 2024

pre-built binaries for (Apple Silicon) Macs

SGTM. I haven't tested c2w on mac but c2w is a wrapper of docker build and large part of the conversion steps runs in Dockerfile (should already be runnable on mac as well) so I believe compiling/porting c2w for mac isn't hard.
(BTW you can already run c2w on mac using Linux VMs.)

@davidenke
Copy link

davidenke commented May 29, 2024

@mishushakov fyi, compiling for mac worked for me on a M2 on macOS 14.5 with the documented steps, with one little addition: the make install uses a -D flag which is not supported. Simply omitting it solved it:

make
sed -i '' -e 's/install -D/install/g' Makefile
sudo make install

@ktock ktock added the help wanted Extra attention is needed label Sep 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants