Changes

From Genome Analysis Wiki
Jump to navigationJump to search
156 bytes added ,  13:25, 9 September 2011
→‎Building: add make install and make test
Line 51: Line 51:  
== 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>.   
  −
To see all make options, type <code>make help</code>.
      
{{#if: {{{libBaseName|}}}|
 
{{#if: {{{libBaseName|}}}|
Line 58: Line 56:  
|
 
|
 
This creates the executable(s) in the <code>{{{repoName}}}/bin/</code> directory, the debug executable(s) in the <code>{{{repoName}}}/bin/debug/</code> directory, and the profiling executable(s) in the <code>{{{repoName}}}/bin/profile/</code> directory.
 
This creates the executable(s) in the <code>{{{repoName}}}/bin/</code> directory, the debug executable(s) in the <code>{{{repoName}}}/bin/debug/</code> directory, and the profiling executable(s) in the <code>{{{repoName}}}/bin/profile/</code> directory.
 +
 +
<code>make install</code> installs the opt binary if you have permission.
 
}}
 
}}
 +
 +
<code>make test</code> compiles for opt, debug, and profile and runs the tests.
 +
 +
To see all make options, type <code>make help</code>.

Navigation menu