You have to install KPovModeler into your KDE directory! KPovModeler will not find any resources (toolbars, icons) if you install the program into another directory.
By default, make install will install the package's files in
/usr/local/bin,
/usr/local/lib, etc., if the environment
variable $KDEDIR is not set. You can specify an
installation prefix other than /usr/local
by giving configure
the option --prefix=PATH.
If the kde executables are in /usr/bin, the libraries in
/usr/lib,
call ./configure --prefix=/usr
before compiling the package.
You can specify separate installation prefixes for
architecture-specific files and architecture-independent files. If you
give configure
the option --exec-prefix=PATH,
the package will use PATH as the prefix for installing programs
and libraries. Documentation and other data files will still
use the regular prefix.
|