Skip to main content

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

what are you building with? If you are compiling C/C++, you can include an rpath (example: “./lib”). Your executable will look for shared objects there, and you can include all of your dependencies.