discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] New build structure! (Warning #2)


From: Arturo Rinaldi
Subject: Re: [Discuss-gnuradio] New build structure! (Warning #2)
Date: Thu, 20 Oct 2011 20:20:45 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:7.0.1) Gecko/20110929 Thunderbird/7.0.1

Il 20/10/2011 03:43, Tom Rondeau ha scritto:
Another big change is happening today! Josh Blum has make GNU Radio build using cmake, and we are hoping to switch over to it completely. The 'next' branch has just pulled in his changes, and we now have parallel build systems, cmake and autofoo. We are trying to make cmake the default build system, so we need people to start using it and testing as much as possible. For people who have issues using cmake, the autofoo stuff will still be there. The parallel build system will be in place official from 3.5. As of 3.6, we will have made a decision to move to cmake or stay with autotools; the other will be removed. It is expected that we will move to cmake, so this is a Warning to everyone that autotools is being deprecated as our build method.

Details about using cmake can be found here:

To summarizes:

$ cd gnuradio
$ git checkout next
$ git pull
$ mkdir build
$ cd build
$ cmake ../
$ make
$ make test
$ sudo make install

Again, if that fails but you really need to use the current next branch, the same autotools build process will work. Please let us know if you find any issues.

Thanks!
Tom



_______________________________________________
Discuss-gnuradio mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
does this mean that i could perform the steps

    mkdir build
    cd build
    cmake -DCPACK_GENERATOR=DEB ../
    make package


and make deb(s) of the current git release ? which is the switch to disable one of the components ?

Regards, Arturo

reply via email to

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