Hdrgen installation

I downloaded the HDRgen command line for Linux from the Anyhere website. I extracted the zip file, but I don’t see a makeall file to complete the installation. Am I missing something? I’m using Ubuntu 20.04.3.

It does not come with source code or an installer. You need to copy the executables to your /usr/local/bin directory, or wherever you put your add-ons.

1 Like

Aha, I thought that’s a source code folder for some reason. Thanks, Geg! another question, when I try to use the command HDRgen I get the following below. So I installed ‘libstdc++.so.5’ but I’m still getting the same error. Any idea how I can solve this?

hdrgen: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory

I just fixed the issue by executing this command (in case anyone runs into the same problem):

sudo apt-get install libstdc++5:i386 

OK, terrific. I also just tried recompiling with static linking. Uploaded new version of hdrgen for Linux to anyhere.com.

2 Likes