From 4226e548662339ea1ca37b45385a7cf9b237ff1e Mon Sep 17 00:00:00 2001 From: Daniel Wilhelm Date: Fri, 18 Apr 2014 17:07:43 +0200 Subject: 3.8 --- shared/ossp_uuid/INSTALL | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 shared/ossp_uuid/INSTALL (limited to 'shared/ossp_uuid/INSTALL') diff --git a/shared/ossp_uuid/INSTALL b/shared/ossp_uuid/INSTALL deleted file mode 100644 index 938a4dad..00000000 --- a/shared/ossp_uuid/INSTALL +++ /dev/null @@ -1,23 +0,0 @@ - _ ___ ____ ____ ____ _ _ - |_|_ _ / _ \/ ___/ ___|| _ \ _ _ _ _(_) __| | - _|_||_| | | | \___ \___ \| |_) | | | | | | | | |/ _` | - |_||_|_| | |_| |___) |__) | __/ | |_| | |_| | | (_| | - |_|_|_| \___/|____/____/|_| \__,_|\__,_|_|\__,_| - - 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] - -- cgit