Skip to content

Commit 9833df8

Browse files
committed
Add website URL to README
1 parent 18fc46f commit 9833df8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
HDRMerge - Raw exposures merging software.
2+
<http://jcelaya.github.io/hdrmerge/>
23
Copyright 2012 Javier Celaya
34
45

@@ -94,8 +95,7 @@ Currently, HDRMerge is only supported in Linux. HDRMerge depends on:
9495
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.
9596

9697
## Building HDRMerge
97-
98-
The steps to compile and install HDRMerge are:
98+
First, download HDRMerge from <http://jcelaya.github.io/hdrmerge/>. The steps to compile and install HDRMerge are:
9999

100100
$ mkdir build; cd build
101101
$ cmake ..

0 commit comments

Comments
 (0)