Skip to content

Example repository for having multiple tools in one repository.

Notifications You must be signed in to change notification settings

statgen/SampleTools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a sample repository setup for a set of tools that use the statgen library.
It is a starting point you can use for creating your own repository that holds multiple programs.

Update Makefile, replacing any occurrances of SAMPLE_PROGRAM/S(s)ampleProgram with your program names.
Update EXE and add your own cpp/h files to the appropriate lines of the Makefiles.

--------------------------------------------------------------------------------
To use git to clone the required statgen library:
  make cloneLib
Next, to build libStatGen and this program:
  make
To install:
  make install INSTALLDIR=pathToInstall

About

Example repository for having multiple tools in one repository.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published