ossp-pkg/uuid/INSTALL 1.2 -> 1.3
--- 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]
|
|