rzilibowitz
2005.06.22, 03:20 AM
I would like to make my project compatible with linux using the GNU configure / make system (otherwise known as GNU Autotools). It is an OpenGL game and uses SDL to do system level things such as opening the window and keyboard input.
I have not been able to find any explanation on how to create configure.in and Makefile.am files which will build my sdl/opengl project on mac os x and on linux (and hopefully also windows) systems.
nb: I would like the mac os x build to use the "frameworks approach" and not force mac os x users to install sdl using fink.
Any advice on this subject would be very much appreciated.
I have not been able to find any explanation on how to create configure.in and Makefile.am files which will build my sdl/opengl project on mac os x and on linux (and hopefully also windows) systems.
nb: I would like the mac os x build to use the "frameworks approach" and not force mac os x users to install sdl using fink.
Any advice on this subject would be very much appreciated.