C++ library for encoding and decoding UTF-8.
Go to file
Laurence Withers 73d6e6fbd0 Initial import of build system. 2006-07-31 15:22:44 +01:00
scripts Initial import of build system. 2006-07-31 15:22:44 +01:00
.gitignore Initial import of build system. 2006-07-31 15:22:44 +01:00
COPYING Initial import of build system. 2006-07-31 15:22:44 +01:00
README Initial import of build system. 2006-07-31 15:22:44 +01:00
libutf8++.kdevelop Initial import of build system. 2006-07-31 15:22:44 +01:00
libutf8++.kdevelop.filelist Initial import of build system. 2006-07-31 15:22:44 +01:00
make.sh Initial import of build system. 2006-07-31 15:22:44 +01:00
run-test.sh Initial import of build system. 2006-07-31 15:22:44 +01:00
version Initial import of build system. 2006-07-31 15:22:44 +01:00

README

libutf8++
========================================================================
(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)

@TODO@