Menu

Tree [1dc29a] master /
 History

HTTPS access


File Date Author Commit
 readme.txt 2012-07-17 Jürgen Eder Jürgen Eder [1dc29a] readme chnaged

Read Me

You have to checkout a version for your kernel:

- determine your kernel version
  "uname -r"
  e.g. on ubuntu 12.04 maybe you get 
  3.2.0-23-generic
  
- "git branch -a"
  you get all versions, which are available
  
- select a version nearest to the desired kernel version

- there are two api's:
  api1 is the api since start of the canbus4linux project
  
  api2 is a new one with many cleanups. Development will be done
  only in api2
  
  
For this example you can select api_3.2.0 or api2_3.2.0:

git checkout api1_3.2.0
or
git checkout api2_3.2.0

Compiling / Installing:

make
sudo make install