Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wiki modification proposal (building and installing step) #138

Open
ltaulell opened this issue Nov 30, 2016 · 0 comments
Open

wiki modification proposal (building and installing step) #138

ltaulell opened this issue Nov 30, 2016 · 0 comments

Comments

@ltaulell
Copy link

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

then, users will have to add to their env (either with moduleenv, rc files, whatever), here bash:
export LD_LIBRARY_PATH="/software/hpc/BamTools/2.4.0/lib/bamtools/:$LD_LIBRARY_PATH"
export PATH="/software/hpc/BamTools/2.4.0/bin/:$PATH"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant