kosenko / ui

Boost.UI library
266 stars 18 forks source link

is this library's dependencies statically linked? #13

Closed Shadowblitz16 closed 4 years ago

Shadowblitz16 commented 4 years ago

is this library's dependencies statically linked? if not can they be so we don't have to install them before we use this?

kosenko commented 4 years ago

Yes, it is possible to link Boost.UI and all dependencies statically. So you able to have one executable file.

Shadowblitz16 commented 4 years ago

@kosenko no I mean is boost.ui statically linked to its dependancies

kosenko commented 4 years ago

Boost.UI can be linked to its dependencies either statically or dynamically as you wish.