This page documents how to use the VXL dashboard branch in Git. See the table of contents for more information.
The dashboard branch contains a dashboard client helper script. Use these commands to track it:
$ mkdir -p ~/Dashboards/vxl-scripts
$ cd ~/Dashboards/vxl-scripts
$ git init
$ git remote add -t dashboard origin http://git.code.sf.net/p/vxl/git
$ git pull
The vxl_common.cmake script contains setup instructions in its top comments. Update the dashboard branch to get the latest version of this script by simply running
$ git pull