On Tue, Sep 3, 2013 at 9:37 AM, Matt D <[email protected]> wrote: > Hello everyone! > > I am trying to do a debug build. I am following the instructions at > gnuradio/wiki/BuildGuide page: > > matt@matt-Inspiron-1525:~/src/gnuradio/build$ cmake -DCMAKE_BUILD_TYPE=Debug > > but this is what i get: > > CMake Error: The source directory "/home/matt/src/gnuradio/build" does > not appear to contain CMakeLists.txt. > > What am i doing wrong here? > > Thanks! > -- > ------ > Matt D > ------------
You have to tell cmake where the source directory is. Looks like for you it's one level up, so append " ../" to your cmake command. -- Tom Visit us at GRCon13 Oct. 1 - 4 http://www.trondeau.com/grcon13 _______________________________________________ Discuss-gnuradio mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
