Menu

Getting started and distributing an app

2009-11-23
2012-10-22
  • Henry Thacker

    Henry Thacker - 2009-11-23

    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?

     
  • Dominique Fober

    Dominique Fober - 2009-11-24

    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

     

Log in to post a comment.