GNURadio: gr-adsb: Difference between revisions

From OnnoCenterWiki
Jump to navigationJump to search
Onnowpurbo (talk | contribs)
Created page with "Sumber: https://github.com/mhostetter/gr-adsb#webserver-dependencies $ cd gr-adsb/ $ mkdir build $ cd build/ $ cmake ../ # or cmake -DCMAKE_INSTALL_PREFIX=<path_to_install>..."
 
Onnowpurbo (talk | contribs)
No edit summary
Line 1: Line 1:
Sumber: https://github.com/mhostetter/gr-adsb#webserver-dependencies
Sumber: https://github.com/mhostetter/gr-adsb#webserver-dependencies


$ cd gr-adsb/
cd gr-adsb/
$ mkdir build
mkdir build
$ cd build/
cd build/
$ cmake ../  # or cmake -DCMAKE_INSTALL_PREFIX=<path_to_install> ../
cmake ../  # or cmake -DCMAKE_INSTALL_PREFIX=<path_to_install> ../
$ make
make
$ sudo make install
sudo make install
$ sudo ldconfig
sudo ldconfig


Webserver Dependencies
Webserver Dependencies
Line 13: Line 13:
If using the built-in Google Maps webserver, you'll need to install the following Python packages.
If using the built-in Google Maps webserver, you'll need to install the following Python packages.


$ sudo pip install flask
sudo pip install flask
$ sudo pip install flask-socketio
sudo pip install flask-socketio
$ sudo pip install gevent
sudo pip install gevent
$ sudo pip install gevent-websocket
sudo pip install gevent-websocket





Revision as of 03:01, 6 January 2020

Sumber: https://github.com/mhostetter/gr-adsb#webserver-dependencies

cd gr-adsb/
mkdir build
cd build/
cmake ../  # or cmake -DCMAKE_INSTALL_PREFIX=<path_to_install> ../
make
sudo make install
sudo ldconfig

Webserver Dependencies

If using the built-in Google Maps webserver, you'll need to install the following Python packages.

sudo pip install flask
sudo pip install flask-socketio
sudo pip install gevent
sudo pip install gevent-websocket


Referensi

Pranala Menarik