Skip to content

Swift Package Manager Support

Compare
Choose a tag to compare
@mkoehnke mkoehnke released this 20 Sep 20:49
· 43 commits to master since this release

This version adds support for building WKZombie with the Swift Package Manager. As iOS targets are currently not supported, this feature is OSX only.

To build a module, use the following command inside the WKZombie root folder:

swift build -Xcc -I/usr/include/libxml2 -Xlinker -lxml2