Changes

From Genome Analysis Wiki
Jump to navigationJump to search
No change in size ,  13:27, 4 December 2012
Line 253: Line 253:  
   tar xzvf EPACTS-3.0.0.tar.gz
 
   tar xzvf EPACTS-3.0.0.tar.gz
 
   cd EPACTS-3.0.0
 
   cd EPACTS-3.0.0
   ./configure --prefix /path/to/install  
+
   ./configure --prefix=/path/to/install  
 
   (If the above line gives you an error, you most likely have a separate directory for libR.so,  
 
   (If the above line gives you an error, you most likely have a separate directory for libR.so,  
   in that case try  ./configure --prefix /path/to/install LDFLAGS -L/path/to/library to include the directory containing libR.so)
+
   in that case try  ./configure --prefix=/path/to/install LDFLAGS -L/path/to/library to include the directory containing libR.so)
 
   make
 
   make
 
   make install
 
   make install

Navigation menu