Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### System update and install minimum tools ### | |
sudo apt -y update | |
sudo apt -y upgrade | |
sudo apt -y install nano python-pip | |
sudo -H pip install -U jetson-stats | |
### Install other libs ### | |
sudo apt -y install ffmpeg libavcodec-dev libavformat-dev libswscale-dev libdc1394-22-dev libavresample-dev | |
sudo apt -y install libvorbis-dev libxvidcore-dev libx264-dev libxvidcore-dev | |
sudo apt -y install libgtk2.0-dev libgtk-3-dev |
OlderNewer