build - Building and installing Perl subsystem in a project that uses make (Makefile) -
what build system (make, extutils::makemaker, module::build, ...) use in perl subsystem (e.g. perl bindings, or auxillary command implemented in perl), , how connect build system of main project. project uses make build system. perl subsystem in separate subdirectory.
we can assume if there perl installed, @ least version 5.8.3.
for 5.8 eumm okay. connect main makefile straight-forward way, write perl-binding
target contains usual incantation.
Comments
Post a Comment