1. RubyGems, network install

If you have RubyGems (www.rubygems.org/) and an access to the internet, you should be able to install LogSimple directly from the internet. Simply run :

  gem install LogSimple

2. Rake + RubyGems, local install

If you have Rake (rake.rubyforge.org/) and RubyGems installed, cd in the base directory of LogSimple (where this file is located) and run :

  rake gem
  gem install pkg/LogSimple.<version number>.gem

You can uninstall at any point by doing :

  gem uninstall LogSimple

3. Manual install, local install

You can just copy the LogSimple directory to the place of your choice - and make sure ‘lib’ is in your include path before using it.