Add prereqs to setup the environment.

This commit is contained in:
Jeff Palmer 2017-08-15 19:47:46 -04:00
parent f969b80a0e
commit cf0885d03d
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,8 @@ Installs the panda linux kernel driver using DKMS.
This will allow the panda to work with tools such as `can-utils` This will allow the panda to work with tools such as `can-utils`
prerequisites:
- apt-get install dkms gcc linux-headers-$(uname -r) make sudo
installation: installation:
- make link (only needed the first time. It will report an error on subsequent attempts to link) - make link (only needed the first time. It will report an error on subsequent attempts to link)