I'm having a bit of trouble determining a couple of things.
Can anyone tell me if MathGL can be compiled statically or is it only a dynamically linked library?
Also, how is this used with FLTK? Can I include MathGL charts in FLTK widgets, what is the relationship between MathGL and FLTK?
Thanks.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Yes, by default both version (shared and static) are enabled in cmake.
MathGL provide 2 FLTK widgets: for plotting itself, and for plot area with toolbuttons. However, MathGL don't use FLTK drawing functions for preparing plots -- you can create plot in console without any GUI window.
Last edit: Alexey Balakin 2015-02-02
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm having a bit of trouble determining a couple of things.
Can anyone tell me if MathGL can be compiled statically or is it only a dynamically linked library?
Also, how is this used with FLTK? Can I include MathGL charts in FLTK widgets, what is the relationship between MathGL and FLTK?
Thanks.
Yes, by default both version (shared and static) are enabled in cmake.
MathGL provide 2 FLTK widgets: for plotting itself, and for plot area with toolbuttons. However, MathGL don't use FLTK drawing functions for preparing plots -- you can create plot in console without any GUI window.
Last edit: Alexey Balakin 2015-02-02