Installation Instructions
-------------------------

• Build Granite

  1) Grab the source:
      $ bzr branch lp:granite

  2) Configure:
      $ cd granite
      $ mkdir build
      $ cd build
      $ cmake .. -DCMAKE_INSTALL_PREFIX=/usr

  3) Build library and demo application:
     $ make

  4) Install (may need root privileges, e.g. using 'sudo')
     # make install

  5) Build API documentation (optional)

     • Vala API:
       $ make valadocs

     • C API:
       $ make cdocs

     • Both targets:
       $ make docs
