Check-in Number:
|
4821 | |
Date: |
2004-Nov-03 19:26:33 (local)
2004-Nov-03 18:26:33 (UTC) |
User: | rse |
Branch: | |
Comment: |
tell people about --with-dce and --with-perl |
Tickets: |
|
Inspections: |
|
Files: |
|
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]
|
|