To compile and install:

* First make sure you have kde4 installed (kdelibs4, kdebase4, kdepimlibs4) and all of his
  dependencies (qt4...).
  
* The basic instructions are:

  cd persa
  mkdir build
  cd build
  cmake -DCMAKE_INSTALL_PREFIX=/opt/kde4 ..  #here you put your path to kde4.
  make
  su
  make install
  
  Now, copy the lemonrc file to your local .kde/share/config directory:
  
  cp persa/src/lemonrc /home/USER/.kde4/share/config/ #Replace USER with your username.
  
* After installation, you need to create a database and user on mysql, to do this:

  cd persa/database_resources
  cat lemon_mysql.sql | mysql -u root -p
  
  
* To start using lemon, type 

  lemon
  
  If for any reason lemon binary is not found, and if your kde4 install path is /opt/kde4 do:
  
  /opt/kde4/bin/lemon
  
 * The default and only user and password is (without quotes):
 
   username: "admin"
   password: "linux"

  By default, squeeze has security disabled, this to let you configure squeeze database settings in case
  you have installed the database server at a different computer.
  
