Building From Source - Advice Requested

Building From Source - Advice Requested

Clint Bellanger's picture

All,

I've gotten several contacts from people suggesting ways to make building from source easier.

Most of the suggestions use make, plus some other utility run before make -- e.g. cmake, or autoconf/automake.  Others have suggested using something like openSuse BUILD Service.  I know how to do simple makefiles.  My game currently requires the development libraries for SDL, SDL_image, and SDL_mixer to compile, so helping the user get those installed is nice.

Those of you who download and compile/play many games on linux: what method do you expect/prefer?

Thanks!