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

Installation on Mac not working #76

Open
shitut opened this issue Oct 21, 2024 · 1 comment
Open

Installation on Mac not working #76

shitut opened this issue Oct 21, 2024 · 1 comment

Comments

@shitut
Copy link

shitut commented Oct 21, 2024

I tried to follow installation instructions-
https://github.com/elgw/deconwolf/blob/master/INSTALL.md#macos-sonoma-apple-silicon
These steps all worked-
Screenshot 2024-10-21 at 11 14 30

However when I do these below I get errors-
Screenshot 2024-10-21 at 11 15 40

And the error I get is as follows-
Screenshot 2024-10-21 at 11 18 07

How should I solve this error and proceed?

@elgw
Copy link
Owner

elgw commented Oct 22, 2024

Hello,

Looks like the instructions are missing a step. The correct should be

mkdir builddir
cd builddir
CC=gcc-14 CXX=g++-14 cmake ..
CC=gcc-14 CXX=g++-14 cmake --build .
make install

I.e. the cmake .. command should be issues inside the builddir.

Sorry for that, instructions will be updated with the next release. Let me know it it solves the issue.

Cheers,
Erik

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants