Loïs Taulelle
Results
1
issues of
Loïs Taulelle
Hi, to install elsewhere than home, cmake accept `-DCMAKE_INSTALL_PREFIX`, if so, after `make install` step, `LD_LIBRARY_PATH` will have to match. example: `cmake .. -DCMAKE_INSTALL_PREFIX=/software/hpc/BamTools/2.4.0` `make` `[sudo/su -/admin user] make install`...