-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
HDRMerge - Raw exposures merging software. | ||
<http://jcelaya.github.io/hdrmerge/> | ||
Copyright 2012 Javier Celaya | ||
[email protected] | ||
|
||
|
@@ -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 <http://jcelaya.github.io/hdrmerge/>. The steps to compile and install HDRMerge are: | ||
|
||
$ mkdir build; cd build | ||
$ cmake .. | ||
|