sudo apt-get update
sudo apt-get upgrade
sudo apt-get install build-essential cmake unzip pkg-config
sudo apt-get install libjpeg-dev libpng-dev libtiff-dev
sudo apt-get install libavcodec-dev libavformat-dev libswscale-dev
sudo apt-get install libv4l-dev libxvidcore-dev libx264-dev
sudo apt-get install libgtk-3-dev
sudo apt-get install libblas-dev liblapack-dev gfortran
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
| # Tested on Ubuntu 16.04 and X11, 2019 | |
| # 1. Download NVIDIA driver as a .run file | |
| # 2. Stop X-Server | |
| sudo service lightdm stop | |
| # 3. Blacklist Nouveau driver | |
| sudo nano /etc/modprobe.d/blacklist-nouveau.conf |