Compiling HDRMerge in Linux

The script handles compilation and updating git.
Getting the dependencies is up to you.

To compile the very latest HDRMerge code:

  1. Download the build-hdrmerge script:
    wget https://github.com/jcelaya/hdrmerge/raw/master/scripts/build-hdrmerge
  2. Make it executable:
    chmod +x build-hdrmerge
  3. Run it:
    ./build-hdrmerge
    Done.
4 Likes

Script updated, now subsequent re-compilation of a given branch and build-type will be faster.

2 Likes

Script updated to use an HTTPS URL for cloning instead of the SSH one, as using the latter would bomb out if the user doesn’t have an SSH key configured.

2 Likes

The build script is now included in the HDRMerge repo - link in first comment updated.

1 Like