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:
http://gnuradio.org/redmine/projects/gnuradio/wiki/CMakeWork

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
Discuss-gnuradio@gnu.org
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
_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to