We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I tried to follow installation instructions- https://github.com/elgw/deconwolf/blob/master/INSTALL.md#macos-sonoma-apple-silicon These steps all worked-
However when I do these below I get errors-
And the error I get is as follows-
How should I solve this error and proceed?
The text was updated successfully, but these errors were encountered:
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.
cmake ..
builddir
Sorry for that, instructions will be updated with the next release. Let me know it it solves the issue.
Cheers, Erik
Sorry, something went wrong.
No branches or pull requests
I tried to follow installation instructions-
https://github.com/elgw/deconwolf/blob/master/INSTALL.md#macos-sonoma-apple-silicon
These steps all worked-
However when I do these below I get errors-
And the error I get is as follows-
How should I solve this error and proceed?
The text was updated successfully, but these errors were encountered: