Changes

From Genome Analysis Wiki
Jump to navigationJump to search
296 bytes added ,  00:18, 13 November 2017
no edit summary
Line 1: Line 1: −
The {{{repoName}}} repository is available {{#if: {{{noDownload|}}} |  |both via [[#Releases|release downloads]] and}} via github.
+
{{#if: {{{noDownload|}}} |  | The {{{repoName}}} repository is available both via [[#Releases|release downloads]] and via github.}}
   −
On github, https://github.com/statgen/{{{repoName}}}, you can both browse and download the latest version of the repository as well as explore the history of changes.
+
On github, https://github.com/statgen/{{{repoName}}}, you can both browse and download the {{{repoName}}} source code as well as explore the history of changes.
   −
You can access the latest version with or without git.
+
You can obtain the source either with or without git.
    
{{#if: {{{nolibStatGen|}}} | |
 
{{#if: {{{nolibStatGen|}}} | |
Line 77: Line 77:  
After downloading the file, uncompress (unzip/untar) it.  The directory created will be named <code>{{{repoName}}}-<name of version you downloaded></code>.
 
After downloading the file, uncompress (unzip/untar) it.  The directory created will be named <code>{{{repoName}}}-<name of version you downloaded></code>.
    +
{{#if: {{{skipBuild|}}}||
 
== Building ==
 
== Building ==
 
After obtaining the {{{repoName}}} repository (either by download or from github), compile the code using:
 
After obtaining the {{{repoName}}} repository (either by download or from github), compile the code using:
Line 94: Line 95:     
To see all make options, type <code>make help</code>.
 
To see all make options, type <code>make help</code>.
 +
}}
 +
 +
 +
If compilation fails due to warnings being treated as errors, please contact us so we can fix the warnings.  As a work-around to get it to compile, you can disable the treatment of warnings as errors by editing libStatGen/general/Makefile to remove <code>-Werror</code>.

Navigation menu