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

Install ea-utlis without sudo``` #79

Open
MonicaSteffi opened this issue Jul 24, 2020 · 0 comments
Open

Install ea-utlis without sudo``` #79

MonicaSteffi opened this issue Jul 24, 2020 · 0 comments

Comments

@MonicaSteffi
Copy link

Dear All,

I am trying to install ea-utils without sudo permission. I download the source folder and tried make command

g++ -O3 -I. fastq-lib.cpp tidx/tidx-lib.cpp -o varcall varcall.cpp -lgsl -lgslcblas
varcall.cpp:33:10: fatal error: gsl/gsl_randist.h: No such file or directory
#include <gsl/gsl_randist.h>
^~~~~~~~~~~~~~~~~~~
compilation terminated.
Makefile:94: recipe for target 'varcall' failed
make: *** [varcall] Error 1

As per solution provided in the previous post, they asked to instal libgsl using sudo option. Is there any other alternative ?

try:

apt-get install libgsl-dev
or 
yum install gsl-devel

Original comment by earone...@gmail.com on 26 Jun 2015 at 2:20

Originally posted by @GoogleCodeExporter in #43 (comment)

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