Changes

From Genome Analysis Wiki
Jump to navigationJump to search
no edit summary
Line 19: Line 19:  
# From the base statgen directory, build the repository:
 
# From the base statgen directory, build the repository:
 
#* For normal (optimized) mode, type:
 
#* For normal (optimized) mode, type:
#** <pre>make</pre>
+
#** <code>make</code>
 
#* For debug, instead use:
 
#* For debug, instead use:
#** <pre>make OPTFLAG="-ggdb -O0”</pre>
+
#** <code>make OPTFLAG="-ggdb -O0”</code>
 
#** Note: that is the letter O followed by the number zero.
 
#** Note: that is the letter O followed by the number zero.
 
#* When switching between debug & non-debug, prior to typing the new 'make' call, type:
 
#* When switching between debug & non-debug, prior to typing the new 'make' call, type:
#** <pre>make clean</pre>
+
#** <code>make clean</code>
    
This build both the [[C++ Library: libStatGen|library]] and all of the [[Software#Programs.2FTools|programs/tools]] in the repository.
 
This build both the [[C++ Library: libStatGen|library]] and all of the [[Software#Programs.2FTools|programs/tools]] in the repository.

Navigation menu