This blog is a step by step instructions to install Kayak by Jan-Niklas Meier on the Raspberry Pi 2.
Before installing Kayak make sure the PiCAN2 driver is installed correctly first.
Do not start the graphical interface yet. Two libraries need to install first. Do the following at the command prompt:
sudo apt-get install autoconf
sudo apt-get install libconfig-dev
Now install socketcand:
git clone http://github.com/dschanoeh/socketcand.git
cd socketcand
autoconf
./configure
make clean
make
sudo make install
Now download Kayak:
wget http://kayak.2codeornot2code.org/Kayak-1.0-SNAPSHOT-linux.sh
chmod +x Kayak-1.0-SNAPSHOT-linux.sh
Now start the GUI:
startx
Start the File Manager and point to /home/pi/socketcand you should see the Kayak-1.0-SNAPSHOT-linux.sh file.
Double click to start the install:
Kayak-1.0-SNAPSHOT-linux.sh
Wait until install has finished. Start a new terminal and bring up the CAN interface and start socketcand:
sudo /sbin/ip link set can0 up type can bitrate 500000
cd socketcand
socketcand -i can0
Now go back to File Manager and point to /home/pi/kayak/bin and double click on kayak
You need to wait a few second before Kayak will start.
Now follow the instructions from this tutorial to use Kayak.