Difference between revisions of "GNURadio: Install Gnuradio Companion grc"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) (Created page with " sudo su apt update apt -y install grc") |
Onnowpurbo (talk | contribs) |
||
| Line 1: | Line 1: | ||
| − | + | 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. | ||
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.