mirror of https://github.com/commaai/panda.git
Add prereqs to setup the environment.
This commit is contained in:
parent
f969b80a0e
commit
cf0885d03d
|
@ -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`
|
||||
|
||||
prerequisites:
|
||||
- apt-get install dkms gcc linux-headers-$(uname -r) make sudo
|
||||
|
||||
installation:
|
||||
- make link (only needed the first time. It will report an error on subsequent attempts to link)
|
||||
|
|
Loading…
Reference in New Issue