libunicruft : UTF-8 approximation library & utilities
Author
Bryan Jurish juris.nosp@m.h@bb.nosp@m.aw.de
Version
0.22

Project URL: http://odo.dwds.de/~moocow/software/unicruft

Introduction

TODO

Building unicruft

Run the configure script in the distribution directory, and then call make:

bash:~$ cd unicruft-X.YY

bash:~/unicruft-X.YY ./configure
> checking build system type... i686-pc-linux-gnu
> checking host system type... i686-pc-linux-gnu
> checking target system type... i686-pc-linux-gnu
> checking for a BSD-compatible install... /usr/bin/install -c
...
> config.status: executing depfiles commands

bash:~/unicruft-X.YY$ make
> Making all in config
...
> make[1]: Nothing to be done for `all-am'.
> make: Leaving directory `/home/moocow/unicruft-X.YY'

bash:~/unicruft-XX.YY make install
> Making install in config
...
> make: Leaving directory `/home/moocow/unicruft-X.YY'

unicruft will install itself in /usr/local by default.

See the file INSTALL in the distribution root directory for more details.