Problems installing calligra on ubuntu

Boudewijn Rempt boud at valdyas.org
Wed May 9 09:54:59 BST 2012


On Wednesday 09 May 2012 May, Ankit Jain wrote:
> Hi,
> 
> I am installing calligra on ubuntu. When I am executing the command:
> 
> cmake -DCMAKE_INSTALL_PREFIX=$HOME/kde4/inst 
> $HOME/kde4/src/calligra -DCMAKE_BUILD_TYPE=RelWithDebInfo
> 
> After this command also there is nothing under inst folder and all the files
> that should come under inst folder are coming under build folder.
> 
> Can someone tell me the reason why this is heppening.

After running cmake, you still need to build:

make

and then install

make install

See the build guide: http://community.kde.org/Calligra/Building/Building_Calligra

-- 
Boudewijn Rempt
http://www.valdyas.org, http://www.krita.org, http://www.boudewijnrempt.nl



More information about the calligra-devel mailing list