Login  Register

Re: Compilation

Posted by dxli on Jan 12, 2015; 8:34pm
URL: https://forum.librecad.org/Compilation-tp5710941p5710943.html

Good idea!

in ubuntu, please try to get compiling dependecy by:

    $ sudo apt-get build-dep librecad

in this qt-help dependency, please try:

   $ sudo apt-get install libqt5help5 libqt4-help

Please also help with wiki: http://wiki.librecad.org/index.php/LibreCAD_Installation_from_Source#Building_LibreCAD_2.0_on_Linux
kosnick wrote
First of all I suggest someone of the admins to add a sticky thread under librecad-dev so that anyone who wants to find/add an compilation issue , he/she can put it in a specific thread. That way all compilation issues are in the same place.
So my problem now, i forked the git librecad repo and then cloned it to my pc (ubuntu 14.10). Then i tried compiling it but qtcreator complains about a module:
Project ERROR: Unknown module(s) in QT: help
I tried looking at google I also tried at #librecad chat room  but no luck. I was suggested to add some libraries which i found out that were already installed.
Then i found out this one
http://riesvantwisk.com/cms/home/irc-logs/librecad-irc-log/2014/June/29.html
which seems to be more or less the same problem with mine. I followed it again with no luch. I am not able to compile in qtcreator.
However i found out that i am able to compile from the terminal using make (???).
Has anyone any idea  what is wrong with my qtcreator? Any suggestions?
Thank you in advance.
Nikos