I have access to a computer through SSH, and need to install Davinci Resolve without the root access. I only have access to the command line, and cannot use sudo for installation.
The documentation of the computer says that I have to use
./configure make make install to install a software. The problem is that when I check Davinci Resolve installation file, there is not configure file. Instead there is only a *.run file.
I tried to use autoconf, but got
ERROR: end of file in string. Is there any way to solve this issue?
*.runfile is executable. You should./*.runto install it. However as it is a binary executable, you don't really know what it's doing and you are really trusting the author.