Changes

From Genome Analysis Wiki
Jump to navigationJump to search
31 bytes removed ,  10:34, 9 September 2011
→‎Building: Update to allow multiple executables and not to specify an exe name
Line 45: Line 45:     
== Building ==
 
== Building ==
After obtaining the {{{repoName}}} repository (either by download or from github), compile the code using <code>make all</code>.  This creates the executable, <code>{{{exe|{{{repoName}}}}}}</code>, in the <code>{{{repoName}}}/bin/</code> directory, the debug executable in the <code>{{{repoName}}}/bin/debug/</code> directory, and the profiling executable in the <code>{{{repoName}}}/bin/profile/</code> directory.
+
After obtaining the {{{repoName}}} repository (either by download or from github), compile the code using <code>make all</code>.  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.

Navigation menu