From: Jason M. <ko...@gm...> - 2008-08-23 19:54:34
|
Henri Häkkinen wrote: > Hello, > > I am now fully working on the GLM test suite and I am using CUnit for > it. We will need to think on the build system which we will be using. > Somebody mentioned CMake? I don't know about this system much or other > systems, so I will lead this up to you completely. I wish someone else > would take this to his/her responsibility. Choosing and implementing > the build system would easy my work as for now I need to manually run > the gcc commands from the terminal every time when I need to compile > something. > > -- > Henri 'henux' Häkkinen CMake would be a good choice, since it is fairly easy to use. Though it is problematic in that it requires an additional external download, which is something we should try to minimize. As for you own work, can't you just use a Makefile or something in the interim? I mean, we're still pretty far away from having an initial release, so you should use whatever build process you feel comfortable with. |