Changes

From Genome Analysis Wiki
Jump to navigationJump to search
no edit summary
Line 29: Line 29:  
*Use Makefile.include to build with the library.
 
*Use Makefile.include to build with the library.
 
**See examples in statgen/src.
 
**See examples in statgen/src.
 +
 +
 +
== Creating programs ==
 +
If you are creating a program, you can start with Makefile.src found at statgen/src/.
 +
 +
(If you are creating a program in a directory outside of statgen/src, you may need additional modifications.)
 +
 +
'''Example: creating statgen/src/myprog/'''
 +
# cd statgen/src/myprog
 +
# ln -s ../Makefile.src Makefile
 +
# cp ../bam/Makefile.tool .
 +
# Update Makefile.tool for your specific program.

Navigation menu