मैं डेबियन पर फ़ायरफ़ॉक्स को संकलित करना चाहता हूं, इसलिए मैं .mozconfig बनाता हूं:
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/ff-dbg
ac_add_options --enable-application=browser
... और अब इस कमांड का उपयोग संकलन (बनाने के लिए) करें:
./configure
... लेकिन मुझे यह त्रुटि मिली:
configure: error: Library requirements (libnotify >= 0.4) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them.
... इसलिए रेपो में खोजें:
i libnotify-bin - sends desktop notifications to a notifica
i A libnotify0.4-cil - CLI library for desktop notifications
i A libnotify1 - sends desktop notifications to a notifica
v libnotify1-gtk2.10 -
मैं इसे संकलित करने के लिए क्या कर सकता हूं?
क्या आपने libnotify1-dev स्थापित किया है या यह वेरिएंट है?
—
Sathyajith भट्ट