Compiling

You have just fetched the sources, now on to the compilation !

When done, go to the "Run" section.

Compiling from a git repository

See README.git

Compiling from the tarballs

Extract the sources:

   /home/user$ tar xvfz lebiniou-3.14.tar.gz
   /home/user$ tar xvfz lebiniou-data-3.10.tar.gz

Compile & install:

   /home/user$ cd lebiniou-data-3.10
   /home/user/lebiniou-data-3.10$ ./configure
   /home/user/lebiniou-data-3.10$ sudo make install

   /home/user$ cd lebiniou-3.14
   /home/user/lebiniou-3.14$ ./configure
   /home/user/lebiniou-3.14$ make
   /home/user/lebiniou-3.14$ sudo make install

That's it !