Bonjour
Je veux m’amuser à modifier le code de “utox” l’interface graphique de nouveau logiciel de communication “tox”. cependant je ne comprends pas un chose. au départ, je l’ai installé par le “apt-get” après avoir modifié le “sources.list” , bien sur parce qu’il n’existe pas sur le dépôt officiel de debian. mais quand je l’ai téléchargé sur github, la compilation par “make” ne marche pas ! il me semble que je doit installer d’autre paquets, voir le message au-dessous, pour que la compilation puisse s’achever. à mes connaissance, si une bibliothèque, dont le programme a besoin, n’exite pas sur le système, il ne doit pas marché, alors que dans ma situation je trouve que utox, installé par apt-get, marche très bien.
que pensez-vous ?
Package libtoxav was not found in the pkg-config search path.
Perhaps you should add the directory containing `libtoxav.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libtoxav' found
Package libv4lconvert was not found in the pkg-config search path.
Perhaps you should add the directory containing `libv4lconvert.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libv4lconvert' found
Package openal was not found in the pkg-config search path.
Perhaps you should add the directory containing `openal.pc'
to the PKG_CONFIG_PATH environment variable
No package 'openal' found
Package vpx was not found in the pkg-config search path.
Perhaps you should add the directory containing `vpx.pc'
to the PKG_CONFIG_PATH environment variable
No package 'vpx' found
Package dbus-1 was not found in the pkg-config search path.
Perhaps you should add the directory containing `dbus-1.pc'
to the PKG_CONFIG_PATH environment variable
No package 'dbus-1' found
CC button.o
In file included from button.c:1:0:
main.h:19:23: fatal error: tox/toxav.h: No such file or directory
compilation terminated.
make: *** [button.o] Error 1
merci d’avance