I'm trying to install
libxfce4mcs-4.2.3I. I run
Code:
./configure --prefix=$HOME
make
make install
So now I try to install
xfce-mcs-manager-4.2.3but in the end I get
Quote:
checking for libxfcegui4-1.0 >= 4.2.0... not found
*** The required package libxfcegui4-1.0 was not found on your system.
*** Please install libxfcegui4-1.0 (atleast version 4.2.0) or adjust
*** the PKG_CONFIG_PATH environment variable if you
*** installed the package in a nonstandard prefix so that
*** pkg-config is able to find it.
|
I tried adding my home to $PKG_CONFIG_PATH but it still doesn't work.
What did I do wrong?