Monday, October 31, 2005

The Goo Prerequisites

At the moment The Goo relies on a few prerequisites to work:
  • MySQL database (for sharing database Things with others)
  • SQLite (for client-side GooTrail recording)
  • Linux
and the following Perl modules:
  • Text::FormatTable
  • DBI::PurePerl
  • DBD::DBM
  • DBD::ExampleP
  • DBD::File
  • DBD::NullP
  • DBD::SQLite
  • DBD::Sponge
  • DBD::mysql
  • DBD::mysql::GetInfo
  • DBI
  • Term::ReadKey
  • Term::Complete
  • Text::FormatTable
  • Term::ANSIColor
The Goo also uses PerlTidy to automatically tidy your Perl code. A syntax highlighting text editor should also be present (e.g., vi, nano, emacs etc).

0 comments: