Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Hello!

./EniPattern 
./EniPattern: error while loading shared libraries: libFLAC.so.8: cannot open shared object file: No such file or directory

And libFLAC is not in any of Fedora repositories (officials or community maintained)

Also,  you should check about Emscripten: it's an open source toolkit to compile your games in Web assembly and publish web versions. I managed to upload games written in C two years ago and it really helped to get feedback in gamejams.

Hi there! So the linux version should work in Arch and Ubuntu versions since I did test it on a vm. SFML being a C++/C library doesn’t work with Emiscripten so I really have no other choice. Maybe you could get it through the shell?

sudo dnf install libFLAC: I think this is the command to get it