Changes

From Genome Analysis Wiki
Jump to navigationJump to search
Line 43: Line 43:     
* If you choose to build from the source files, you could start from decompress the package using the following command:
 
* If you choose to build from the source files, you could start from decompress the package using the following command:
   prompt> tar xvf LINUX_raremetal.4.13.8.tgz
+
   prompt> tar xvf Raremetal_linux.tgz
   prompt> cd LINUX_raremetal.4.13.8
+
   prompt> cd Raremetal
   −
* If you prefer to build two tools all at once, then do the following:
+
* If you prefer to build from scratch, then do the following:
 +
  prompt> make clean
 
   prompt> make
 
   prompt> make
 
   #This builds RAREMETAL and RAREMETALWORKER under bin/ directory.  
 
   #This builds RAREMETAL and RAREMETALWORKER under bin/ directory.  
    
* If you prefer to build individual tool:
 
* If you prefer to build individual tool:
   prompt> cd LINUX_raremetal.4.13.8/raremetalworker/src
+
   prompt> cd Raremetal/raremetalworker/
 
   prompt> make
 
   prompt> make
 
   #This will build RAREMETALWORKER under raremetal/bin/ directory.
 
   #This will build RAREMETALWORKER under raremetal/bin/ directory.
   −
   prompt> cd LINUX_raremetal.4.13.8/raremetal/src
+
   prompt> cd Raremetal/raremetal/
 
   prompt> make
 
   prompt> make
 
   #This will build RAREMETAL under raremetal/bin/ directory.
 
   #This will build RAREMETAL under raremetal/bin/ directory.
271

edits

Navigation menu