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) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
Sumber: https://github.com/mhostetter/gr-sqlite#installation | Sumber: https://github.com/mhostetter/gr-sqlite#installation | ||
+ | ==Install apps pendukung== | ||
+ | sudo apt install sqlitebrowser | ||
+ | |||
+ | ==Download Compile Install== | ||
+ | |||
+ | cd /usr/local/src | ||
+ | git clone https://github.com/mhostetter/gr-sqlite.git | ||
+ | cd /usr/local/src/gr-sqlite/ | ||
+ | mkdir build | ||
+ | cd build/ | ||
+ | cmake ../ # or cmake -DCMAKE_INSTALL_PREFIX=<path_to_install> ../ | ||
+ | make | ||
+ | sudo make install | ||
+ | sudo ldconfig | ||
Line 8: | Line 22: | ||
* https://github.com/mhostetter/gr-sqlite#installation | * https://github.com/mhostetter/gr-sqlite#installation | ||
+ | * https://github.com/mhostetter/gr-adsb/tree/master/examples | ||
==Pranala Menarik== | ==Pranala Menarik== | ||
* [[GNURadio]] | * [[GNURadio]] |
Latest revision as of 10:16, 6 January 2020
Sumber: https://github.com/mhostetter/gr-sqlite#installation
Install apps pendukung
sudo apt install sqlitebrowser
Download Compile Install
cd /usr/local/src git clone https://github.com/mhostetter/gr-sqlite.git cd /usr/local/src/gr-sqlite/ mkdir build cd build/ cmake ../ # or cmake -DCMAKE_INSTALL_PREFIX=<path_to_install> ../ make sudo make install sudo ldconfig
Referensi
- https://github.com/mhostetter/gr-sqlite#installation
- https://github.com/mhostetter/gr-adsb/tree/master/examples