Displaying 1 result from an estimated 1 matches for "default_lib_install_path".
2014 Mar 06
1
Bundling vendor library inside a package
If I have a vendor library (say libvendor.so) that I want my package to
link to, what is the "right way" to bundle that inside my package? My ideal
outcome would be that the package can be installed from tarball without
having to worry about installing anything to /usr/lib or tweaking some
systemwide variables. This isn't for public distribution so I'm not worried
about CRAN