Skip to main content

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

How do you install this on Linux?

The intent is to just extract the tar.gz, and run the binary chargen.

I built the binaries for Linux with most of the libraries statically linked, in an effort to not require users to install dependencies.

However, given the Linux ecosystem I don't know of a way to unsure it will work on all platforms.

That's why in this last update I also created an AppImage file. That format also packs all the dependencies and tries to be distribution independent. To use it, just download the AppImage file, make it executable and run it (no need to install anything):

$ chmod a+x CharGen-0.2-x86_64.AppImage

$ ./CharGen-0.2-x86_64.AppImage

  Hope this helps