ossp-pkg/uuid/INSTALL 1.4 -> 1.5
--- INSTALL 2005/08/31 10:36:11 1.4
+++ INSTALL 2005/09/02 14:00:45 1.5
@@ -11,11 +11,12 @@
To install OSSP uuid into /path/to/uuid/ perform
the following steps in your shell:
- $ ./configure \
- --prefix=/path/to/uuid \
- [--with-dce] \
- [--with-perl[=/path/to/[bin[/perl]
- --with-perl-compat]]
+ $ ./configure
+ --prefix=/path/to/uuid
+ [--with-dce]
+ [--with-perl[=/path/to/[bin[/perl]
+ --with-perl-compat]]
+ [--with-php]
$ make
$ make check
$ make install [DESTDIR=/path/to/temp/root]
|
|