<div dir="ltr"><div><div><div><div><div><div><div>So today I was reading some docs about Steam for Linux, and trying to figure out what files are needed.<br><br></div>That reminded me of an earlier idea that had fallen by the wayside, which was to allow export of a Linux Tarball equivalent to the Windows Zip from the DIstribute menu.<br><br></div>Superficially it should be pretty simple. It just needs include a renamed copy of the ohrrpgce-game executable, and exclude the .dll files that are normally in the windows zip.<br><br></div>What about libraries? All we really need is SDL and SDL_mixer. Is it reasonable to just let people deal with that themselves? Like "If you are downloading a linux tarball, you already know how to install SDL and would resent any attempts I make to bundle it?"<br><br></div>Is it reasonable to dump a copy of libSDL.so and libSDL_mixer.so into the same folder? I think that works?<br><br></div>Is trying to build a statically linked Linux executable worth the effort?<br><br></div>I think I will take a stab at the very simplest implementation of this (the don't bother with libraries approach), and we can refine it later.<br><br></div>Also, once I get some feedback from The Wobbler and from Meatballsub about how their experiences with putting C.Kane and Ruin on Steam progress, I would like to think about a Distribute Menu option like "Export Steam Depot" or something along those lines<br><br></div>