linux-test-project / lcov

LCOV
GNU General Public License v2.0
906 stars 240 forks source link

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

Closed shahmoradi closed 1 year ago

shahmoradi commented 3 years ago

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.

henry2cox commented 3 years ago

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 commented 1 year ago

I think this is resolved. Closing.