Closed HenrikBach1 closed 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.
Hi,
Does anybody have a clue in which order the QVD perl modules should be compiled in?
/Henrik