-
Notifications
You must be signed in to change notification settings - Fork 15
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
Missing dependencies #12
Comments
This was not intentional. Can you copy paste the error that you got after running |
I did this in docker:
To alleviate this I installed pkg-config
I then tried to build Fontconfig again
This clearly failed with
Success. I did this here with TLDR; The dependency on |
Is this still an issue? AFAIK after the introduction of BinaryBuilder etc this should be solved. |
Maybe I missed something but I had to
apt-get install pkg-config libexpat1-dev
onubuntu:16.04
to doPkg.add("Fontconfig")
. If this is intentional I think these dependencies should be stated in the README and/or clearly stated whenPkg.add("Fontconfig")
fails.The text was updated successfully, but these errors were encountered: