Compiling SDLmm from CVS: -=-=-=-=-=-=-=-=-=-=-=-=- It's easy to compile SDLmm from CVS. Just run the ./autogen.sh script before following the normal installation instructions. Please note that this step requires the autoconf and automake packages. To get SDLmm from CVS: -=-=-=-=-=-=--=-=-=-=- To checkout the current development version of SDLmm from CVS, follow these commands: cvs -d:pserver:anonymous@cvs.sdlmm.sourceforge.net:/cvsroot/sdlmm login [Hit [Return] as the password (ie empty password)] cvs -z3 -d:pserver:anonymous@cvs.sdlmm.sourceforge.net:/cvsroot/sdlmm co -P SDLmm You can later update your SDLmm source from CVS by typing: cvs -z3 update -Pd with the current directory being the "SDLmm" directory you got from the initial checkout. For more detailed information on CVS access, including read/write developer access and access to other (stable) branches, visit the web page at Example build process -=-=-=-=-=-=-=-=-=-=-=-=- : 2 neotron@stellar ./autogen.sh Now you can run ./configure. : 0 neotron@stellar ./configure [configure output] : 0 neotron@stellar make [make output] : 0 neotron@stellar make install [install output]