OBS-Studio compile success but install not

PSR

New Member
Hi all!

I have obs-studio sources cloned from github. The compilation on Ubuntu 20.04 was successful. I used 'cmake -DCMAKE_INSTALL_PREFIX=/usr ..' and 'sudo make install' from build folder. I can run program from local build directory 'rundir/RelWithDebInfo/bin/64bit/obs' but when I try it from install location writing 'obs' I get: 'Failed to initialize video. Your GPU may not be supported, or your graphics drivers may need to be updated.'

What should I do?
 
Top