On Wed, 2015-10-14 at 19:37 -0700, carl hansen wrote: > added package gnuspeech > > Not sure how to do Makefile > > src uses cmake before make > > requires some study
GARstow/GSRC has built-in support for CMake. Take a look at the zrtp Makefile for an idea of how it's done. The main thing is to specify CMakeLists.txt as the CONFIGURE_SCRIPT. You might have to set some configuration arguments (which I always find to be a bit of a pain to discover with CMake). Let me know if it gives you trouble and I can take a look at it too. -brandon
