Я хочу скомпилировать Firefox на Debian, поэтому я создаю .mozconfig как:
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/ff-dbg
ac_add_options --enable-application=browser
... и теперь используйте эту команду для компиляции (создать make):
./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 -
Что я могу сделать, чтобы получить это скомпилировано?