discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] an example of a gnuradio project using cmake


From: Andrea Montefusco
Subject: Re: [Discuss-gnuradio] an example of a gnuradio project using cmake
Date: Mon, 13 Dec 2010 00:56:43 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.13) Gecko/20101208 Thunderbird/3.1.7

Josh,

First off, many thanks for share your experience with the list.

Studying the cmake a little, I found that it is remarkably simpler than Autotools, at least for my small projects.

However I would like to stress a point about the source packages.
The Autotools suite produces source packages from which every user can compile the code without having to install Autotools itself. Essentially when one download the sources tarball, the configure script needs only the shell to produce the Makefile(s).

It seems to me that a cmake-generated source base instead would require cmake to produce a suitable Makefile and do the build. Really, the cmake sources contains a quite large bootstrap script just in case the system doesn't have a working cmake around. Now, whilst this could be probably is a minor point on modern distributions, because I hope cmake is available as binary package, do you think that this could weaken the GR build system ?

        *am*

---------------------------------------------------------
Andrea Montefusco iw0hdv        http://www.montefusco.com
tel: +393356992791                     fax: +390623318709
---------------------------------------------------------



reply via email to

[Prev in Thread] Current Thread [Next in Thread]