Dear Graphviz experts,
I’m trying to add graphviz basic functionality to an iOS app, so I need to build a library compatible with iOS from the sources.
I tried to run ./configure --host=aarch64-apple-darwin
but this seems to build a pkg file to install the GUI on macOS.
How can I build a C-Library, to include as a FatLib into my iOS app?
Thanks for any hints on this topic!
Best,
Lars