From 74c3c9af5cdbcd4197ea939c5154c120450b896b Mon Sep 17 00:00:00 2001 From: Nao Pross Date: Mon, 15 Nov 2021 15:58:52 +0100 Subject: Create build and install script for debian There is a bug in GR 3.8 that installs the blocks in the wrong dir. See: https://github.com/gnuradio/gnuradio/issues/5121 --- src/gr-fadingui/build.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 src/gr-fadingui/build.sh (limited to 'src/gr-fadingui') diff --git a/src/gr-fadingui/build.sh b/src/gr-fadingui/build.sh new file mode 100755 index 0000000..29697af --- /dev/null +++ b/src/gr-fadingui/build.sh @@ -0,0 +1,8 @@ +#!/bin/sh + +mkdir -p build +cmake -DGR_PYTHON_DIR=/usr/lib/python3/dist-packages/ -GNinja -Bbuild +ninja -C build + +# install to system +sudo ninja -C build install -- cgit v1.2.1