From Genome Analysis Wiki
Jump to navigationJump to search
17 bytes added
, 16:13, 24 March 2011
Line 33: |
Line 33: |
| = Using the Library = | | = Using the Library = |
| To use the StatGen Library, first download and compile via [[StatGen Download | StatGen Download Instructions]] and [[StatGen Repository#Compile.2FBuild | StatGen Compile/Build Instructions]] | | To use the StatGen Library, first download and compile via [[StatGen Download | StatGen Download Instructions]] and [[StatGen Repository#Compile.2FBuild | StatGen Compile/Build Instructions]] |
| + | This creates the library: statgen/lib/libStatGen.a |
| | | |
| + | == Creating programs == |
| + | After the statgen repository has been created: |
| | | |
− | *Build: type make
| |
− | **the library is built: statgen/lib/libStatGen.a
| |
− | *Use Makefile.include to build with the library.
| |
− | **See examples in statgen/src.
| |
| | | |
− | | + | ''' THIS IS IN THE PROCESS OF BEING UPDATED - CHECK BACK SOON''' |
− | = Creating programs =
| |
| If you are creating a program, you can start with Makefile.src found at statgen/src/. | | If you are creating a program, you can start with Makefile.src found at statgen/src/. |
| | | |