diff options
| author | Calvin Morrison <mutantturkey@gmail.com> | 2014-04-18 16:28:55 -0400 |
|---|---|---|
| committer | Calvin Morrison <mutantturkey@gmail.com> | 2014-04-18 16:28:55 -0400 |
| commit | 70086caad5601b1edf37067e9f0ffdd7aa6db909 (patch) | |
| tree | 21901b4e265c5fcef98f9a803f91334fd2fd32ab | |
| parent | 4698388304aba000592f71a10d1240ade01fb504 (diff) | |
add not about osx
| -rw-r--r-- | README.md | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,6 +1,19 @@ # dna-utils +## building + +Building is easy using make. + +Linux: + + make + make install + +OS/X or if you don't have getline: + + make -f Makefile.osx + make install This repository contains general utilities for processing sequences in fasta files. |
