Changes

From Genome Analysis Wiki
Jump to navigationJump to search
203 bytes added ,  11:46, 9 September 2011
Update to conditionally include a libStatGen reference and to have building description for libraries
Line 5: Line 5:  
You can access the latest version with or without git.
 
You can access the latest version with or without git.
    +
{{#if: {{{libStatGen|}}} | Hooray...! |
 
If you download from github or use git to keep up to date, you also need to download our library: [[C++ Library: libStatGen|libStatGen]].
 
If you download from github or use git to keep up to date, you also need to download our library: [[C++ Library: libStatGen|libStatGen]].
    
The releases will be available both with and without libStatGen included.  If you download the verison without libStatGen included, you will also need to download libStatGen separately.
 
The releases will be available both with and without libStatGen included.  If you download the verison without libStatGen included, you will also need to download libStatGen separately.
 
(It will be available without libStatGen in case you already have a downloaded version of libStatGen that you want to use.
 
(It will be available without libStatGen in case you already have a downloaded version of libStatGen that you want to use.
 +
}}
    
=== Releases ===
 
=== Releases ===
Line 45: Line 47:     
== 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(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.
+
After obtaining the {{{repoName}}} repository (either by download or from github), compile the code using <code>make all</code>.   
 +
 
 +
{{#if: {{{libBaseName|}}}|
 +
This creates the libraries, {{libBaseName}}.a, {{libBaseName}}_debug.a, {{libBaseName}}_profile.a at the top level 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.
 +
}}

Navigation menu