Support libraries for C++.
Go to file
Laurence Withers 0774fdd358 Update to newer build system. 2006-08-25 20:30:52 +01:00
scripts Initial import. 2006-08-24 23:50:51 +01:00
src Update to newer build system. 2006-08-25 20:30:52 +01:00
.gitignore Initial import. 2006-08-24 23:50:51 +01:00
COPYING Initial import. 2006-08-24 23:50:51 +01:00
README Import more of the build system. 2006-08-24 23:55:59 +01:00
lw-support.kdevelop Initial import. 2006-08-24 23:50:51 +01:00
lw-support.kdevelop.filelist Initial import. 2006-08-24 23:50:51 +01:00
make.sh Update to newer build system. 2006-08-25 20:30:52 +01:00
run-test.sh Initial import. 2006-08-24 23:50:51 +01:00
version Bump version. 2006-08-25 00:17:37 +01:00

README

lw-support
========================================================================
(c)2006, Laurence Withers, <l@lwithers.me.uk>.
Released under the GNU GPLv2. See file COPYING or 
http://www.gnu.org/copyleft/gpl.html for details.

Really Quick Instructions
-------------------------

To build: ./make.sh
To install: ./make.sh install
    (you might want to set PREFIX, by default it's /usr/local)

To build documentation, grab doxygen (http://www.doxygen.org) and run:
  ./make.sh docs
  
Homepage: http://www.lwithers.me.uk/projects/lw-support/

Requirements
------------

libutf8++
  http://www.lwithers.me.uk/projects/libutf8++/