discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] building with cmake


From: West, Nathan
Subject: Re: [Discuss-gnuradio] building with cmake
Date: Sun, 13 Sep 2015 12:58:42 -0400

On Sun, Sep 13, 2015 at 7:38 AM, Robert Durkacz <address@hidden> wrote:
My question is, is there some recommended way to get the command lines
printed out as they are executed.

with cmake generated make files you can use make VERBOSE=1 or define the cmake variable CMAKE_VERBOSE_MAKEFILE=On.
 
Also there is something called pybombs. Is this an alternative to
cmake?

No. Pybombs is a way to build gnuradio and dependencies inside a target prefix.
 
If so is the gnuradio build system in a state of flux?

No.
 
Can anyone point me to some document or forum where the whys and
wherefores of the build system are discussed?

I cannot and as far as I know there is no document formally justifying the choices. If you are turned off by cmake compared to autotools then you're probably in the minority of C++ developers [0] (apologies for the crappy presentation, but it's the only source of this info I know of, anyway see box #12).

[0] box 12 in  http://blog.jetbrains.com/clion/2015/07/infographics-cpp-facts-before-clion/

reply via email to

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