ossp-pkg/xds/INSTALL 1.1 -> 1.2
--- INSTALL 2001/08/09 21:28:03 1.1
+++ INSTALL 2003/02/17 12:22:43 1.2
@@ -0,0 +1,18 @@
+ _ ___ ____ ____ ____ _
+ |_|_ _ / _ \/ ___/ ___|| _ \ __ ____| |___
+ _|_||_| | | | \___ \___ \| |_) | \ \/ / _` / __|
+ |_||_|_| | |_| |___) |__) | __/ > < (_| \__ \
+ |_|_|_| \___/|____/____/|_| /_/\_\__,_|___/
+
+ OSSP xds - eXtensible Data Serialization
+
+ INSTALLATION
+
+ To install OSSP xds into /path/to/xds/ perform
+ the following steps in your shell:
+
+ $ ./configure --prefix=/path/to/xds
+ $ make
+ $ make check
+ $ make install [DESTDIR=/path/to/temp/root]
+
|
|