Apologies - I am a bit confused by the documentation. If I was to embed a
simple GUIDOLib NoteViewer into my application, what dependencies would need
to be installed on the user's computer? I want to release this cross-platform,
so presumably I would need to compile the GUIDOLib on each platform and link
to the platform specific library?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
That's right! you need to compile on each platform. The GUIDOLib embeds native
graphic devices however, the only device currently supported on Linux is the
Qt device (which is also cross-platform).
Using the Qt framework is more portable but makes applications distribution a
little bit more complex.
Dominique
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Apologies - I am a bit confused by the documentation. If I was to embed a
simple GUIDOLib NoteViewer into my application, what dependencies would need
to be installed on the user's computer? I want to release this cross-platform,
so presumably I would need to compile the GUIDOLib on each platform and link
to the platform specific library?
That's right! you need to compile on each platform. The GUIDOLib embeds native
graphic devices however, the only device currently supported on Linux is the
Qt device (which is also cross-platform).
Using the Qt framework is more portable but makes applications distribution a
little bit more complex.
Dominique