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 lemon-0.5
  mkdir build
  cd build
  cmake ..
  make
  su
  make install
  
  Now, copy the lemonrc file to your local .kde/share/config directory:
  
  cp lemon-0.5/src/lemonrc /home/USER/.kde/share/config/ #Replace USER with your username.
  
* After installation, you need to create a database and user on mysql, to do this:

  cd lemon-0.5/database_resources
  cat lemon_mysql.sql | mysql -u root -p
  
* If you want to create some demo products, do:

  mysqlimport -u root -p -v -L lemondb lemon-0.5/database_resources/*.txt
  
  Note: if you got an error, try changing the group and user for the products file to mysql:mysql
  
* To start using lemon, type 

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