Difference between revisions of "GNURadio: Install Gnuradio Companion grc"

From OnnoWiki
Jump to navigation Jump to search
(Created page with " sudo su apt update apt -y install grc")
 
 
Line 1: Line 1:
  
  sudo su
+
Gnuradio Companion naga2 sudah terinstall bersama gnuradio
apt update
+
 
apt -y install grc
+
untuk menjalankan
 +
 
 +
YNOPSIS
 +
      gnuradio-companion: [options] [saved flow graphs]
 +
 
 +
OPTIONS
 +
      -h, --help
 +
              show this help message and exit.
 +
 
 +
      -v, --version
 +
              show program's version number and exit
 +
 
 +
      -c, --compile
 +
              Only compile the GRC file without  invoking  the  GUI.  Useful  for  unit testing,
 +
              running gnuradio-companion from a Makefile and other command-line scripting.
 +
 
 +
      -d, --output-dir
 +
              Output path for the Python file.

Latest revision as of 09:31, 1 July 2022

Gnuradio Companion naga2 sudah terinstall bersama gnuradio

untuk menjalankan

YNOPSIS

      gnuradio-companion: [options] [saved flow graphs]

OPTIONS

      -h, --help
             show this help message and exit.
      -v, --version
             show program's version number and exit
      -c, --compile
             Only compile the GRC file without  invoking  the  GUI.  Useful  for  unit  testing,
             running gnuradio-companion from a Makefile and other command-line scripting.
      -d, --output-dir
             Output path for the Python file.