From b3bd4316d728347e23887b6dc5f3cb5fe055a6cd Mon Sep 17 00:00:00 2001 From: Zhihao Ding Date: Tue, 9 Dec 2014 13:17:30 +0000 Subject: [PATCH] trivial updates on texts --- README.md | 8 +++++++- src/config.h | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 594e09b..6c87efb 100755 --- a/README.md +++ b/README.md @@ -34,10 +34,14 @@ export CC=/path/to/gcc/gcc-4.8.1/bin/gcc One easy way to install a new GCC is to use homebrew, ``` +# install homebrew if you don't have it ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" + +# install GCC brew install gcc ``` + ###Compile Go to the src directory and run autogen.sh from the src directory to generate the configure file `./autogen.sh` @@ -125,7 +129,9 @@ To just print out the header, use '-h' option. i.e. `telseq -h` - +###Contact +============================= +zhihao.ding at imm.ox.ac.uk diff --git a/src/config.h b/src/config.h index 18f95f8..30a7591 100755 --- a/src/config.h +++ b/src/config.h @@ -32,7 +32,7 @@ #define PACKAGE "telseq" /* Define to the address where bug reports for this package should be sent. */ -#define PACKAGE_BUGREPORT "zd1@sanger.ac.uk" +#define PACKAGE_BUGREPORT "zhihao.ding@imm.ox.ac.uk" /* Define to the full name of this package. */ #define PACKAGE_NAME "TelSeq"