
Notes
=====

By default, the install script for ObjectTeam creates a directory under 
Ruby's `site_local' directory (eg: /usr/local/lib/ruby/site_ruby/<Major>.<Minor>/) 
called `objectteam'. 

You may need root permissions to create this directory, depending
on your operating system. Alternately, you may specify another directory
by using the command line option `--install-dir'.

You can copy the directory objectteam plus the file objectteam.rb anywhere, 
as long as your Ruby installation can find it. 



Installing RubyObjectTeams
==========================

* Run the sample programs: 

   $> cd sample/<specific sample>
   $> ./start.sh on unix machines

* Install RubyObjectTeams to Ruby's `site_local' directory.

   $> ruby install.rb  
      
      optional parameters:       
           --install-dir=my_directory  -  install to mydir
           --help                      -  usage
   
