ue4plugins / VlcMedia

Media Framework plug-in using the Video LAN Codec (libvlc).
BSD 3-Clause "New" or "Revised" License
267 stars 143 forks source link

compiling on generic linux #59

Open brothermechanic opened 6 years ago

brothermechanic commented 6 years ago

Hello I never compiled plugins, but now this is no another way for me. My linux distro is gentoo. Ani i can't use stock install script. I try to repeat algorithm and don't get plugin's binary This is my log from GAME/Saved/Logs/VLC.log https://hastebin.com/ocoduxatiw.makefile Thank you in advance!

brothermechanic commented 6 years ago

ok, i found tutorial, how to build c++ project, it's like compilling engine. https://youtu.be/kZqVeD_r0Ow i put plugin, generate files and make ... and i get binary!!! but , when i deploy project i get this error https://i.imgur.com/ADPMPTM.png then i pack my system vlc to https://drive.google.com/file/d/1ViTocoGX5nd-6M_zAhqwjI9yRkgbC7oI/view?usp=sharing and unpack usr to /home/bm/bin/UnrealEngine/Engine/Plugins/VlcMedia/ThirdParty/vlc/Linux/x86_64-unknown-linux-gnu/ and i get a game! https://drive.google.com/file/d/1ALdC69S8WHt2NtGETtoJ_hyJHIV-FNTv/view?usp=sharing but without startup movie.... what i missed?