|
|
checking for XINE... configure: error: Package requirements (libxine >= 1.1.0) were not met:
No package 'libxine' 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 XINE_CFLAGS
and XINE_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
这个是出错信息:
我已经用export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig
我之前安装xine-lib
在./configure 加了路径 --prefix=/usr/local/xine
我看到pkgconfig在我自定安装那个文件夹下:
/usr/local/xine/lib/pkgconfig
于是我把export后面的路径修改成我自定的,还是不行!! |
|