3,045
edits
Changes
From Genome Analysis Wiki
no edit summary
# From the base statgen directory, build the repository:
#* For normal (optimized) mode, type:
#** <precode>make</precode>
#* For debug, instead use:
#** <precode>make OPTFLAG="-ggdb -O0”</precode>
#** 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:
#** <precode>make clean</precode>
This build both the [[C++ Library: libStatGen|library]] and all of the [[Software#Programs.2FTools|programs/tools]] in the repository.