Question / Help Compiling from Source without "Make Install"?

vitorgatti

New Member
I want to try OBS from source in my Ubuntu 14.04, but I don't like installing software with "make install", as it's not easy to remove it later.

So I was following this thread:
https://obsproject.com/forum/threads/compiling-and-installing-in-debian.17864/

And the problem is that I successfully compiled ffmpeg (make only, no make install), but when I try to compile obs, I get this error message:
Could NOT find FFMpeg (missing: FFMPEG_AVFORMAT_LIBRARIES

I tried to tinker with the CMake files, but I couldn't find a way to tell cmake where my compiled ffmpeg directory is, so it can be used as base to compile obs.

Any protips?

Thanks!
 
Top