We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
brew install pkg-config
The text was updated successfully, but these errors were encountered:
btw, it seems that dbus is useless, should we remove it to make building easier ?
Sorry, something went wrong.
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
dbus
No branches or pull requests
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.The text was updated successfully, but these errors were encountered: