Hi Paolo
Thanks for the step by step description!
Zitat |
|
Now install build-deps with
upkg-install libglademm
upkg-install gtkmm
upkg-install automake
upkg-install autoconf
Now enter in the source directory with:
cd /PATH-TO-FILE/aeskulap-0.2.1
Now compile with:
./configure --prefix=/usr |
This step causes an error:
./configure --prefix=/usr as user
checking for GCONFMM... configure: error: Package requirements (gconfmm-2.6 >= 2.10.0) were not met.
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively you may set the GCONFMM_CFLAGS and GCONFMM_LIBS environment variables
to avoid the need to call pkg-config. See the pkg-config man page for
more details.
By the way: I had to add the version:
upkg-install libglademm-2.4
upkg-install gtkmm-2.4
...
What do I have to do now (I'm using paldo stable)?