Accessing digikam-docs from source

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Accessing digikam-docs from source

Paul Waldo
Hi all,

I am compiling digikam 0.9.4 from source and installing in /usr/local.  It works great!  I have also compiled the docs (using configure --prefix=/usr/local) and installed them.  Unfortunately, digikam cannot find the docs.  It says "There is no documentation available for /digikam/index.html."

I think I have my environment variable set properly:

paul@paul-laptop /usr/local/src/digikam/digikam-0.9.4
$ uname -a
Linux paul-laptop 2.6.24-19-generic #1 SMP Wed Aug 20 17:53:40 UTC 2008 x86_64 GNU/Linux

paul@paul-laptop /usr/local/src/digikam/digikam-0.9.4
$ env|grep /usr/local
OLDPWD=/usr/local/src/digikam/digikam-doc-0.9.4
KDEDIR=/usr/local:/usr
PATH=/usr/local/bin:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
MAN_PATH=/usr/local/man:/usr/local/man:
PWD=/usr/local/src/digikam/digikam-0.9.4
KDEDIRS=/usr/local:/usr

Any help would be appreciated!

Paul
_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users
Reply | Threaded
Open this post in threaded view
|

Re: Accessing digikam-docs from source

Gerhard Kulzer-3

On Wednesday 03 September 2008 16:15:43 Paul Waldo wrote:

> Hi all,

>

> I am compiling digikam 0.9.4 from source and installing in /usr/local. It

> works great! I have also compiled the docs (using configure

> --prefix=/usr/local) and installed them. Unfortunately, digikam cannot

> find the docs. It says "There is no documentation available for

> /digikam/index.html."

Are you running a Debian or one of it's derivates?

Then the Makefile is wrong. It puts the documentation into /usr/share/doc/HTML whereas Debian wnats /usr/share/doc/kde/HTML

If thats your case either

a) change the makefile in the admin section and recompile

of copy the files by hand into kde/HTML/en

Otherwise I don't know what could be the problem.

Gerhard

> I think I have my environment variable set properly:

>

> paul@paul-laptop /usr/local/src/digikam/digikam-0.9.4

> $ uname -a

> Linux paul-laptop 2.6.24-19-generic #1 SMP Wed Aug 20 17:53:40 UTC 2008

> x86_64 GNU/Linux

>

> paul@paul-laptop /usr/local/src/digikam/digikam-0.9.4

> $ env|grep /usr/local

> OLDPWD=/usr/local/src/digikam/digikam-doc-0.9.4

> KDEDIR=/usr/local:/usr

> PATH=/usr/local/bin:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin

>:/usr/bin:/sbin:/bin:/usr/games MAN_PATH=/usr/local/man:/usr/local/man:

> PWD=/usr/local/src/digikam/digikam-0.9.4

> KDEDIRS=/usr/local:/usr

>

> Any help would be appreciated!

>

> Paul

> _______________________________________________

> Digikam-users mailing list

> [hidden email]

> https://mail.kde.org/mailman/listinfo/digikam-users


_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users
Reply | Threaded
Open this post in threaded view
|

Re: Accessing digikam-docs from source [SOLVED]

Paul Waldo
Thanks, Gerhard, that was exactly the problem.  I copied the files into the correct Kubuntu structure and it worked!

Paul
----- "Gerhard Kulzer" wrote:

Are you running a Debian or one of it's derivates?

Then the Makefile is wrong. It puts the documentation into /usr/share/doc/HTML whereas Debian wnats /usr/share/doc/kde/HTML

If thats your case either

a) change the makefile in the admin section and recompile

of copy the files by hand into kde/HTML/en

Otherwise I don't know what could be the problem.

Gerhard



_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users