obs-ghostscript icon indicating copy to clipboard operation
obs-ghostscript copied to clipboard

Not sure where to put libobs-ghostscript.so and /obs-ghostscript//locale/en-US.ini

Open mxochicale opened this issue 4 years ago • 2 comments

Hi @nleseul

Thanks for the nice plugin. I have build and installed latest version of OBS following this on Ubuntu18.14x64. Then manage to build obs-ghostscript-1.3 running this


$ cmake .. -DOBSSourcePath=~/Downloads/obs/obs-studio/libobs/ -DOBSLibraryPath=~/Downloads/obs/obs-studio/build/UI -DCMAKE_INSTALL_PREFIX=~/obs-studio

$ make install
[100%] Built target obs-ghostscript
Install the project...
-- Install configuration: ""
-- Installing: $HOME/obs-studio/obs-plugins/64bit/libobs-ghostscript.so
-- Installing: $HOME/obs-studio/data/obs-plugins/obs-ghostscript/
-- Installing: $HOME/obs-studio/data/obs-plugins/obs-ghostscript//locale
-- Installing: $HOME/obs-studio/data/obs-plugins/obs-ghostscript//locale/en-US.ini

However, I am reached the point to use the above files but I am not sure where to put them. I can mention that related obs directories are:

$HOME/Downloads/obs/obs-studio/build
$HOME/.config/obs-studio/plugin_config
/usr/share/obs

Any ideas?

mxochicale avatar Apr 12 '20 15:04 mxochicale