From 86b451bcc016ca3fd6e341ddf1a7233db2781b1e Mon Sep 17 00:00:00 2001 From: Daniel Mapleson Date: Tue, 8 Oct 2013 09:47:59 +0100 Subject: [PATCH] Minor change to README --- README | 2 +- kat.pro | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README b/README index eeb06a84..1c6df98b 100644 --- a/README +++ b/README @@ -29,7 +29,7 @@ Generic installation description can be found in the INSTALL file. Short summar - Ensure these tools are correctly installed and available on your system: - gcc tool chain - make - - jellyfish >= V1.1.10 - http://www.cbcb.umd.edu/software/jellyfish + - jellyfish = V1.1.10 - http://www.cbcb.umd.edu/software/jellyfish - seqan >= V1.4.1 - http://www.seqan.de - gnuplot (required for plotting at runtime) - http://www.gnuplot.info - For a typical installation on a machine where you have root access type "./configure; make; sudo make install;" diff --git a/kat.pro b/kat.pro index 678a7123..aa45cd05 100644 --- a/kat.pro +++ b/kat.pro @@ -65,4 +65,6 @@ OTHER_FILES += \ Makefile.am \ tests/Makefile.am \ configure.ac \ - ChangeLog + ChangeLog \ + README \ + AUTHORS