1   _        ___  ____ ____  ____                _     _
2  |_|_ _   / _ \/ ___/ ___||  _ \   _   _ _   _(_) __| |
3  _|_||_| | | | \___ \___ \| |_) | | | | | | | | |/ _` |
4 |_||_|_| | |_| |___) |__) |  __/  | |_| | |_| | | (_| |
5  |_|_|_|  \___/|____/____/|_|      \__,_|\__,_|_|\__,_|
6
7  OSSP uuid - Universally Unique Identifier
8
9  INSTALLATION
10
11  To install OSSP uuid into /path/to/uuid/ perform
12  the following steps in your shell:
13
14    $ ./configure
15         --prefix=/path/to/uuid
16        [--with-dce]
17        [--with-perl[=/path/to/[bin[/perl]
18         --with-perl-compat]]
19        [--with-php]
20    $ make
21    $ make check
22    $ make install [DESTDIR=/path/to/temp/root]
23
24