Difference between revisions of "GNURadio: gr-sqlite"
Jump to navigation
Jump 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) |
||
| 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 09: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