簡體   English   中英

如何將dbus添加到嵌入式python包中

[英]How to add dbus to an embedded python package

我正在創建帶有嵌入式python的omnibus rpm軟件包,並且需要在我的構建中包括dbus。

所以我嘗試安裝dbus-python並收到此錯誤:

configure: error: Package requirements (dbus-1 >= 1.6) were not met:

No package 'dbus-1' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables DBUS_CFLAGS
and DBUS_LIBS to avoid the need to call pkg-config.

想法? 謝謝!

您需要安裝C級D-Bus開發包dbus-devel

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM