One can download the latest version (and other older versions) of libLCS from the download links provided on the sourceforge.net project page:
http://www.sourceforge.net/projects/liblcs/The downloadable file for most releases will be a zipped or tarred bundle. The content tree of this bundle is as follows (This example shows a zipped bundle. Tarred bundles have exactly the same tree structure.):
libLCS-a.b.x.zip - A zip-ed bundle for the release numbered a.b.x | +---- libLCS-a.b.x - The top level directory | +---- lcs - A directory containing the headers files (*.h) for libLCS. | +---- src - A directory containing the source files (*.cpp) for libLCS. | +---- html - A directory containing the latest libLCS documentation in the HTML format. | +---- examples - A directory containing basic examples of using libLCS. | +---- bin - The directory into which the above examples will be built by make. | +---- lib - The directory into which a static library of libLCS will be built by make. | +---- objs - A hold for all the object files generated during compilation. | +---- README - A readme file which can be used as a starting point for exploring libLCS. | +---- License.txt - The GNU LGPL text file. | +---- Makefile - A makefile to build a static library and the examples provided.See the Installing libLCS section for instructions on building and installing a static library for libLCS.