Changes

From Genome Analysis Wiki
Jump to navigationJump to search
no edit summary
Line 78: Line 78:  
My way to compile this source code into executable file is:  
 
My way to compile this source code into executable file is:  
   −
g++ -g -o Main Main.cpp libcsg/libcsg.a -I libcsg -lz<br>  
+
g++ -o Main Main.cpp libcsg/libcsg.a -I./libcsg -lz<br>  
    
where "libcsg" refers to all source code checked out from repository and contains files including "StringArray.h" and etc.  
 
where "libcsg" refers to all source code checked out from repository and contains files including "StringArray.h" and etc.  
   −
In large projects, Makefile is used, and an example can be found in "csg/karma" directory.
+
In large projects, Makefile is used, and an example can be found in "csg/karma" directory.  
    
<br>  
 
<br>  
255

edits

Navigation menu