Hi I am trying to compile KDE Marble from source. I wanted both Qt and kde version on my system. How can I accomplish this ?
I did the following: I needed to change the default installation locationi.e. /usr/local (otherwise both installation will overwrite each other) I used cmake -DCMAKE_INSTALL_PREFIX= /usr/exportqt ../marble (exportqt is the directory where I want the Qt version to be installed) Any other way ? after this I used "make install" Then, I set the environment as export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/exportqt/bin/marble (marble is the name of the executable) Any other alternative to set environment ? But when I invoke marble from the shell, it says "marble not installed". On clicking the marble gadget icon from the applications directory it says " marble executable not found". How can I overcome this problem ? Thanks -- Siddharth Srivastava Human Knowledge is for all -- l...@iitd - http://tinyurl.com/ycueutm Subscription settings: http://groups.google.com/group/iitdlug/subscribe?hl=en
