Git Instructions

The latest version of the library package can be found in a git repository. Of course, you will need to have git installed on your system.
The git repository page is here.

Getting the sources

The first time, just issue:

git clone git://repo.or.cz/liblqr.git

This will create a directory called liblqr under your current directory, with the package main tree.
You can then enter into it and install.

Later, you can update it by issuing:

make distclean
git pull

from inside the plugin directory.
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License