-
Notifications
You must be signed in to change notification settings - Fork 7
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
dyld: Library not loaded: /usr/local/opt/fontconfig/lib/libfontconfig.1.dylib #10
Comments
brew install fontconfig fix this for me |
Yes, on macOS you need to install it's because:
So on macOS, we can only install fontconfig in compile docker and use dynamic link to do a successful build. I will open a issue to discuss this behavior. |
I think #58 makes this not a problem anymore. Can be tested by download macOS binary from https://github.com/7sDream/fontfor/actions/runs/6852170331#artifacts and see if it runs/works without any dependencies installed. |
Steps:
chmod +x fontfor-macOS
./fontfor-macOS
Got error:
The text was updated successfully, but these errors were encountered: