Basic Installation (from the console):
  - Step 1
      $ ./configure [options]
  - Step 2
      $ make
  - Step 3 (as root)
      # make install
  - Step 4
      $ qtconfig
      Select Polymer style from the menu.
	  Save changes and exit qtconfig.
  - Step 5 (optional)
      $ polymer-config
	  Configure polymer style, exit and
	  save changes.

If configure fails, check that you have the QT
development libraries installed.

Polymer defaults to use multithreaded version
of QT library. To disable thread support, edit
style/polymer.pro file and remove keyword
'thread' from the CONFIG line.
