Changes

From Genome Analysis Wiki
Jump to navigationJump to search
219 bytes added ,  13:28, 9 September 2011
no edit summary
Line 50: Line 50:     
== Building ==
 
== Building ==
After obtaining the {{{repoName}}} repository (either by download or from github), compile the code using <code>make all</code>.
+
After obtaining the {{{repoName}}} repository (either by download or from github), compile the code using:
 +
<code>make all</code>
 +
 
 +
Object (.o) files are compiled into the <code>obj</code> directory with a subdirectory <code>debug</code> and <code>profile</code> for the debugging and profiling objects.
    
{{#if: {{{libBaseName|}}}|
 
{{#if: {{{libBaseName|}}}|
Line 60: Line 63:  
}}
 
}}
   −
<code>make test</code> compiles for opt, debug, and profile and runs the tests.
+
<code>make test</code> compiles for opt, debug, and profile and runs the tests (found in the <code>test</code> subdirectory.
    
To see all make options, type <code>make help</code>.
 
To see all make options, type <code>make help</code>.

Navigation menu