Could not find Digikam

0

I have compiled and made the Digikam source code from GIT. Everything went right. At last, I typed 'sudo make install' and it went successful. But after this, I don't know where the digikam is installed. It is not shown in Application Launcher as other applications/softwares are shown.

Harsh Choudhary

Posted 2013-03-26T10:11:55.687

Reputation: 1

Answers

0

look at the Makefile, the install paths are defined there.

Gung Foo

Posted 2013-03-26T10:11:55.687

Reputation: 198

I am unable to figure out the install path. There are lots of paths for different libraries. – None – 2013-03-26T10:32:05.420

maybe try harder. i can and will not guess the path for you and i am certain it is somewhere in that Makefile – Gung Foo – 2013-03-26T10:34:42.623

0

Try to use the one of the following commands from a terminal

which digikam or whereis digikam

the first one should show you the full path of the program; the second also lists all the directories where are stored program configuration files, man pages, and so on.

You might want to look here and here for more info.

Sekhemty

Posted 2013-03-26T10:11:55.687

Reputation: 6 654