GSoC/GCI Archive
Google Code-in 2010 Tux4Kids

Make tuxmath buildable with cmake from a tarball

completed by: Johndhel Maceda

mentors: David Bruce

Tuxmath can be built from a git checkout using either CMake or Autotools.  However, the Autotools-created tarball (made with "make dist") does not include all the CMake control files.  Thus, trying to build with CMake from an unpacked tarball fails with errors.

The task here is to modify the Makefile.am files in the various directories in TuxMath so that all of the CMake files get included.

(this mainly will consist of adding the needed files to the EXTRA_DIST variable for each directory).

 

To complete this task, you will need to have a basic understanding of how to use cmake as well as automake.