Hi Igor. I think you want to look into https://github.com/JuliaLang/BinDeps.jl for the dependencies question.
As for plotting, I have an (currently un-maintained) package for Qwt plotting https://github.com/tbreloff/Qwt.jl, which is best accessed through https://github.com/tbreloff/Plots.jl. If you have any questions, have interest in contributing to that package, or want help making yours available to a wider range of people, please don't hesitate to reach out and open issues. Best, Tom On Thu, Apr 21, 2016 at 1:26 PM, Igor <igor271...@gmail.com> wrote: > Hello! > I'm thinking about creating a new Julia package, which will use a couple > of my C++ DLL - which depends on other dynamic librariies (at least QT, > qwt, boost, marblewidget....). And I'd like to make it work both on > Windows and Linux platforms. I've got some questions about it: > > What is the correct way to add additional dynamic libraries to the > package? Where I can get additional info about how this could be done? > How this can be done on windows platform? > > > In Julia I do all the plots with my plotting library, which is a wrapper > around "qwt" library. I think that maybe I could make a "package" from it > and it may be useful for others. > > Best regards, Igor > >