Storyboard install instructions
From Tekkotsu Wiki
The Storyboard is a graphical tool for displaying state machines and their execution traces ("storyboards"). It is written in the Eclipse framework and must be installed separately.
Linux Installs
1. Download the 32 or 64 bit Linux version of the tool, as appropriate:
cd /tmp sudo -s wget http://tekkotsu.org/code/Tekkotsu_Storyboard_2.0.0-linux-gtk-32.tar.gz or wget http://tekkotsu.org/code/Tekkotsu_Storyboard_2.0.0-linux-gtk-64.tar.gz
2. Unpack the archive:
tar xvzf Tekkotsu_Storyboard_2.0.0-linux-gtk-*.tar.gz
3. Install in the Tekkotsu/tools directory
mv storyboard-executable /usr/local/Tekkotsu/tools
To test the tool, do:
/usr/local/Tekkotsu/tools/bin/Storyboard
See the Lab: Storyboard Tool page for instructions on how to use the tool.
Mac and Windows Installs
For Mac and Windows installations, see the links on the Tekkotsu Downloads Page
Source Code
The source code for the Storyboard tool can be retrieved from cvs:
cvs -d :pserver:anonymous@cvs.tekkotsu.org:/cvs co -P storyboard


