Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 448 Bytes

INSTALL.md

File metadata and controls

29 lines (22 loc) · 448 Bytes

Prerequisites

Pre-condition ...

Scripts

install.sh
 ├──> jetson.sh
 ├──> opencv.sh
 ├──> 
 └──> 

Source Code

$ git clone https://github.com/SnapDragonfly/jetson-fpv.git
$ cd jetson-fpv
$ git submodule update --init --recursive

or
$ git clone https://github.com/SnapDragonfly/jetson-fpv.git
$ cd jetson-fpv
$ git submodule status
$ git submodule init
$ git submodule update