Update README.md

don't need sudo to make
pull/2/head
jeffq-intrepid 2016-08-30 17:52:03 -04:00 committed by GitHub
parent c4f6c52c64
commit 80fc3839b9
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ This is the kernel object portion of Intrepid Control Systems' SocketCAN support
First, build the KO. First, build the KO.
``` ```
$ sudo make $ make
``` ```
The resulting file will be ```intrepid.ko```. This module depends on ```can```, ```can_dev```, and ```can_raw``` (which should already be a part of your system). Before you can load the module, make sure these modules are loaded, then ```insmod``` can be used to load it. The resulting file will be ```intrepid.ko```. This module depends on ```can```, ```can_dev```, and ```can_raw``` (which should already be a part of your system). Before you can load the module, make sure these modules are loaded, then ```insmod``` can be used to load it.