theqvd / theqvd

QVD is an Open Source VDI (Virtual Desktop Infrastructure) solution, developed by Qindel Group, it provides a safe and easy to manage alternative to desktops and applications virtualisation under Linux environment.
http://theqvd.com
105 stars 31 forks source link

In which order the QVD perl modules should be compiled in? #46

Closed HenrikBach1 closed 7 years ago

HenrikBach1 commented 7 years ago

Hi,

Does anybody have a clue in which order the QVD perl modules should be compiled in?

/Henrik

vatral commented 7 years ago

Internally, we use an autogenerated Makefile, but roughly:

This is Perl, though, dependencies aren't strictly needed to be able to "make install" things and get them running. Order is only important for testing and packaging.

If you're running from the source tree, then you don't need to worry about order at all, just set PERL5LIB to include all the /lib subdirectories in each module, or running with perl -Mlib::glob=*/lib for instance.