Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Is there an install FAQ that covers libraries? I'm new to itch -- just for FGMR!

Ubuntu 16.04.4 64-bit:

[...] error while loading shared libraries: libSDL2-2.0.so.0: cannot open shared object file: No such file or directory [...] amd64 libraries are missing

hey croci.. sorry my linux build might be more hassley than it could be. still working out best practises for releasing linux stuff. i think all you need to install is SDL2. far as I can tell this should do it: 

in a terminal window, run: 

sudo apt-get install libsdl2-2.0

(or if you use a GUI package manager just search it for SDL2). pretty sure that'll be all you need but i'm on my phone rn, can't check. lemme know if it still won't work. thanks :) also good idea, i'll add a linux install note..