GNURadio: gr-sqlite
Revision as of 09:42, 6 January 2020 by Onnowpurbo (talk | contribs)
Sumber: https://github.com/mhostetter/gr-sqlite#installation
https://github.com/mhostetter/gr-sqlite.git
Install
sudo apt install sqlitebrowser
cd gr-sqlite/ mkdir build cd build/ cmake ../ # or cmake -DCMAKE_INSTALL_PREFIX=<path_to_install> ../ make sudo make install sudo ldconfig