Val(a)IDE

1. Introduction
2. Install
3. Bugs
4. License

1. Introduction
===============
  Val(a)IDE is an Integrated Development Environment (IDE) for the Vala
  programming language.

2. Install
==========
  Dependencies:
    - GTK+-2.0 >= 2.14
    - GtkSourceView 2.0
    - libvala-1.0
    - valac
    - xsltproc
    - libunique (optionnal)

  $ svn co http://valide.googlecode.com/svn/trunk/ valide
  $ cd valide

  Compiling:
  $ ./waf configure
  $ ./waf
  $ ./waf install

3. Bugs
=======
  This program is still in development! You can be reported bugs in
  Valide bug page : http://code.google.com/p/valide/issues/list

4. License
==========
  Copyright (C) 2008-2009  Nicolas Joseph
  This program is under GNU GPL v3 or later

