FNF-CNE-Devs / CodenameEngine

awesome fnf engine :D
Apache License 2.0
248 stars 166 forks source link

Missing liblvc file for Linux target? #262

Closed Stefan2008Git closed 3 weeks ago

Stefan2008Git commented 5 months ago

Which target are you using?

[ ] Windows [ x] Linux [ ] Mac

Explain your issue

Does libvlc file missing or the build it's not completely compiled? image

Please check first if your issue haven't already been reported yet.

Nope. This is my first time using CNE

weed: <> ()

PetscopF commented 5 months ago

This is likely that you don't have libvlc-dev installed on your computer. If so, then you'll have to install the libvlc-dev package, using Pop-OS's package installation command. I myself don't use Pop-OS, but when troubleshooting this through Ubuntu, I got the same error, so I just installed the libvlc-dev package.

Stefan2008Git commented 5 months ago

This is likely that you don't have libvlc-dev installed on your computer. If so, then you'll have to install the libvlc-dev package, using Pop-OS's package installation command. I myself don't use Pop-OS, but when troubleshooting this through Ubuntu, I got the same error, so I just installed the libvlc-dev package.

I actually downloaded the fresh build from latest actions workflow. Didn't compiled the game

PetscopF commented 5 months ago

I actually downloaded the fresh build from latest actions workflow. Didn't compiled the game

Ah. You might still need the package, though, since the game still needs the usage of it. Specifically, as far as I'm aware, it is used for MP4s.

Stefan2008Git commented 5 months ago

I actually downloaded the fresh build from latest actions workflow. Didn't compiled the game

Ah. You might still need the package, though, since the game still needs the usage of it. Specifically, as far as I'm aware, it is used for MP4s.

I will try. Hold on, just give me the time

Stefan2008Git commented 3 weeks ago

Sorry for lately respond @PetscopF. It works now since i switched to different distro

PetscopF commented 3 weeks ago

Sorry for lately respond @PetscopF. It works now since i switched to different distro

It's alright. I myself do tend to use Arch, which I do know has the package, but a package repository lacking the libVLC package is something that I believe can happen at times.

Stefan2008Git commented 3 weeks ago

Sorry for lately respond @PetscopF. It works now since i switched to different distro

It's alright. I myself do tend to use Arch, which I do know has the package, but a package repository lacking the libVLC package is something that I believe can happen at times.

I am using Manjaro, so that's why