From 9833df815962ef57afceb1738c1616c63de818ae Mon Sep 17 00:00:00 2001 From: Javier Celaya Date: Sat, 24 May 2014 23:24:07 +0100 Subject: [PATCH] Add website URL to README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0fa1ccc..3b8aff9 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ HDRMerge - Raw exposures merging software. + Copyright 2012 Javier Celaya jcelaya@gmail.com @@ -94,8 +95,7 @@ Currently, HDRMerge is only supported in Linux. HDRMerge depends on: You will need the development files of these libraries, CMake version 2.8.8 or greater and gcc 4.8 or greater. Optionally, HDRMerge can use OpenMP to increase its performance, and Boost::Test to compile the unit tests. ## Building HDRMerge - -The steps to compile and install HDRMerge are: +First, download HDRMerge from . The steps to compile and install HDRMerge are: $ mkdir build; cd build $ cmake ..