Index: ossp-pkg/uuid/INSTALL RCS File: /v/ossp/cvs/ossp-pkg/uuid/Attic/INSTALL,v rcsdiff -q -kk '-r1.2' '-r1.3' -u '/v/ossp/cvs/ossp-pkg/uuid/Attic/INSTALL,v' 2>/dev/null --- INSTALL 2004/01/11 08:54:17 1.2 +++ INSTALL 2004/11/03 18:26:33 1.3 @@ -11,7 +11,10 @@ To install OSSP uuid into /path/to/uuid/ perform the following steps in your shell: - $ ./configure --prefix=/path/to/uuid + $ ./configure \ + --prefix=/path/to/uuid \ + [--with-dce] \ + [--with-perl[=/path/to/[bin[/perl]]] $ make $ make check $ make install [DESTDIR=/path/to/temp/root]