Sitemap || RHDL / RHDL Installation Quickstart
RHDL Installation Quickstart
Quick guide to setting up RHDL
- ruby 1.8.4 (or later). If you don't have Ruby, you can get it
from the Ruby
download page
- Some understanding of Ruby will help, but not absolutely required.
- Download the RHDL
package
- Unpack the package: tar -xvf RHDL-X.Y.Z.tar
- Go to the directory where you unpacked the tar file (RHDL-X.Y.Z - currently 0.5.0)
- run the install script: ruby install.rb (NOTE: you
should be root or have root permissions)
- Go to the examples subdirectory under RHDL-0.5.0
- Run the state_machine.rb example: ruby state_machine.rb
- You should see output showing step times and current states (if
you see errors instead, please check your installation and if it's OK
send an email to the support link below).
Any questions, suggestions, requests, comments should be sent to
support. Thank you.
Sitemap || RHDL / RHDL Installation Quickstart