summaryrefslogtreecommitdiff
path: root/shared/ossp_uuid/INSTALL
diff options
context:
space:
mode:
authorDaniel Wilhelm <daniel@wili.li>2014-04-18 17:02:17 +0200
committerDaniel Wilhelm <daniel@wili.li>2014-04-18 17:02:17 +0200
commitb9203ee84953006547f4afd58f405874c87bf0dc (patch)
tree9e41f1533f120e9268e86658c52458630ffd718a /shared/ossp_uuid/INSTALL
parent3.0 (diff)
downloadFreeFileSync-b9203ee84953006547f4afd58f405874c87bf0dc.tar.gz
FreeFileSync-b9203ee84953006547f4afd58f405874c87bf0dc.tar.bz2
FreeFileSync-b9203ee84953006547f4afd58f405874c87bf0dc.zip
3.1
Diffstat (limited to 'shared/ossp_uuid/INSTALL')
-rw-r--r--shared/ossp_uuid/INSTALL23
1 files changed, 23 insertions, 0 deletions
diff --git a/shared/ossp_uuid/INSTALL b/shared/ossp_uuid/INSTALL
new file mode 100644
index 00000000..938a4dad
--- /dev/null
+++ b/shared/ossp_uuid/INSTALL
@@ -0,0 +1,23 @@
+ _ ___ ____ ____ ____ _ _
+ |_|_ _ / _ \/ ___/ ___|| _ \ _ _ _ _(_) __| |
+ _|_||_| | | | \___ \___ \| |_) | | | | | | | | |/ _` |
+ |_||_|_| | |_| |___) |__) | __/ | |_| | |_| | | (_| |
+ |_|_|_| \___/|____/____/|_| \__,_|\__,_|_|\__,_|
+
+ OSSP uuid - Universally Unique Identifier
+
+ INSTALLATION
+
+ 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]]
+ [--with-php]
+ $ make
+ $ make check
+ $ make install [DESTDIR=/path/to/temp/root]
+
bgstack15