codblack789
codblack789
@RalphSteinhagen how did u build the gnuradio4 locally.. and set it up, can u explain?
Hey, how do I really build this in my local machine.. I follow all the building commands given in the Readme... then when I set it on vs code it...
@alexhojinpark how did u build the gnuradio4 locally.. and set it up, can u explain ?
@alexhojinpark Yeah I followed the same steps 1. Clone 2. cd gnuradio4 3.mkdir build 4.cd build 5.cmake -DCMAKE_BUILD_TYPE=RelWithAssert -DENABLE_BLOCK_PLUGINS=ON -DENABLE_BLOCK_REGISTRY=ON .. 6 --build . -- -j$(nproc) After that when i...