Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
96 posts
|
On page http://librecad.org/cms/home/get-involved.html link for "Compiling Instruction" is missing.
-- H.S.Rai
--
H.S.Rai |
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
14 posts
|
According to me the compiling instruction is here for librecad
http://librecad.org/cms/home/from-source/linux.html But can anybody tell me, if i want to enable some extra features which are disabled from default but included in software, then what should be the command or instruction for that? Thanks in advance. |
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
395 posts
|
2011/7/13 davinder [via LibreCAD]
<[hidden email]>: > According to me the compiling instruction is here for librecad > http://librecad.org/cms/home/from-source/linux.html > But can anybody tell me, if i want to enable some extra features which are > disabled from default but included in software, then what should be the > command or instruction for that? > Thanks in advance. > If you want to activate the code between the tags #ifdef RS_OPT_PYTHON #endif add in librecad.pro: DEFINES += RS_OPT_PYTHON=1 INCLUDEPATH += pathToPithon/include Rallaz |
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Administrator
489 posts
|
In reply to this post by davinder
David,
currently we don't have any feature that can be build by adding arguments to qmake or make. We are (well Ralaz mostly is) on a plugin interface but that's not stable enough. You can however, run the qmake and make magic in the plugins directory to build the current supplied plugins for testing. However, this is not yet part of the general build. Ries On Jul 13, 2011, at 12:40 AM, davinder [via LibreCAD] wrote: According to me the compiling instruction is here for librecad |
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Administrator
489 posts
|
In reply to this post by Rallaz
Rallaz,
have you been testing the python features within LibreCAD? Does that work? Ries
On Jul 13, 2011, at 2:00 AM, rallazz [via LibreCAD] wrote: 2011/7/13 davinder [via LibreCAD] ... [show rest of quote] |
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
395 posts
|
>have you been testing the python features within LibreCAD? Does that work? Only a small compile-test The rs_python require a python<3.0 and fail to compile as rs_python.h says : /** * Python scripting support. * * OBSOLETE For rs_simplepython adding in librecad.pro: DEFINES += RS_OPT_SIMPLEPYTHON=1 INCLUDEPATH += /usr/include/python LIBS += -L/usr/lib64/python/config -lpython2.6 It compile and link, but this is the most I've tried because only speak C/C++ and AutoLisp |
Free forum by Nabble | Edit this page |