lcov icon indicating copy to clipboard operation
lcov copied to clipboard

Is there a way to install LCOV locally in a directory other than /usr/local/?

Open shahmoradi opened this issue 5 years ago • 1 comments

Thank you for the great tool that you have developed. On supercomputers, write-access to /usr/local/bin/ is prohibited. This leads to LCOV installation failure in any possible way that I have tried. Is there a way to install LCOV locally in a path other than the default? Thank you in advance.

shahmoradi avatar Dec 11 '20 11:12 shahmoradi

Assuming you unpacked the LCOV code to PWD:

$ cd lcov $ make PREFIX=path_where_you_want_it_to_b install

I believe there is a readme (as well as a Makefile) which describes this.

henry2cox avatar Dec 11 '20 11:12 henry2cox

I think this is resolved. Closing.

henry2cox avatar Nov 17 '22 14:11 henry2cox