GNURadio: gr-sqlite: Difference between revisions
From OnnoCenterWiki
Jump to navigationJump to search
Onnowpurbo (talk | contribs) No edit summary |
Onnowpurbo (talk | contribs) No edit summary |
||
| 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/ | |||
cd gr-sqlite/ | |||
mkdir build | mkdir build | ||
cd build/ | cd build/ | ||
Revision as of 02:59, 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