ea-utils icon indicating copy to clipboard operation
ea-utils copied to clipboard

Install ea-utlis without sudo```

Open MonicaSteffi opened this issue 4 years ago • 0 comments

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 [email protected] on 26 Jun 2015 at 2:20

Originally posted by @GoogleCodeExporter in https://github.com/ExpressionAnalysis/ea-utils/issues/43#issuecomment-127404516

MonicaSteffi avatar Jul 24 '20 07:07 MonicaSteffi