ShadowNode
ShadowNode copied to clipboard
Best practice of building with dependencies
We should document the best practice of building on macOS with dbus installed with brew.
As pkg-config could find dbus related stuff: https://github.com/yodaos-project/ShadowNode/blob/master/cmake/iotjs.cmake#L405-L407
It might be much more convenient to brew install pkg-config
then build.
btw, it seems that dbus is useless, should we remove it to make building easier ?
Yes, dbus module could be disabled by default.
Still, building with pkg-config would be the be best practice if there are any system dependencies.
+1 on disable dbus
by default