GNURadio: gr-sqlite: Difference between revisions
From OnnoCenterWiki
Jump to navigationJump to search
Onnowpurbo (talk | contribs) Created page with "Sumber: https://github.com/mhostetter/gr-sqlite#installation ==Referensi== * https://github.com/mhostetter/gr-sqlite#installation ==Pranala Menarik== * GNURadio" |
Onnowpurbo (talk | contribs) No edit summary |
||
| Line 3: | Line 3: | ||
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 | |||
Revision as of 02:42, 6 January 2020
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